2023-02-02 09:42:58 +00:00

4 lines
49 B
TypeScript

export type Logout = {
timestamp: string;
};