4 lines
60 B
TypeScript
4 lines
60 B
TypeScript
export declare type HandleLogout = {
|
|
token?: string;
|
|
};
|
export declare type HandleLogout = {
|
|
token?: string;
|
|
};
|