type OptionsSecurity = {
    predefined_pin_code: string;
};
export type { OptionsSecurity };
