type ReversePinCode = {
    serial_number: string;
};
export type { ReversePinCode };
