type Authentication = {
    type: number;
    code: string;
};
export type { Authentication };
