mitlist/fe/src/lib/schemas/auth.ts
2025-03-30 19:42:32 +02:00

4 lines
76 B
TypeScript

export interface Token {
access_token: string;
token_type: string;
}