default: {
json: {
accessToken: string;
createdAt: string;
email: string;
id: number;
picture: string | null;
role: string;
telNumber: string | null;
username: string;
uuid: string;
};
message: string;
status: number;
}
Type declaration
json: {
accessToken: string;
createdAt: string;
email: string;
id: number;
picture: string | null;
role: string;
telNumber: string | null;
username: string;
uuid: string;
}
accessToken: string
createdAt: string
email: string
id: number
picture: string | null
role: string
telNumber: string | null
username: string
uuid: string
message: string
status: number