4 lines
51 B
Plaintext
4 lines
51 B
Plaintext
export type RefreshAuth = {
|
|
token?: string;
|
|
};
|
export type RefreshAuth = {
|
|
token?: string;
|
|
};
|