4 lines
47 B
TypeScript
4 lines
47 B
TypeScript
type SessionDto = {
|
|
token: string | null;
|
|
};
|
type SessionDto = {
|
|
token: string | null;
|
|
};
|