umami/interface/auth.d.ts

6 lines
78 B
TypeScript
Raw Normal View History

2022-11-01 07:42:37 +01:00
export interface Auth {
id: number;
email?: string;
teams?: string[];
}