export type TokenPayload = {
    id: number;
    full_name: string;
    contact_no: string;
    email: string;
};
