icy3dw/src/common/types/user.ts

8 lines
129 B
TypeScript
Raw Normal View History

2022-04-09 11:29:54 +00:00
export interface IcyNetUser {
id: number;
uuid: string;
username: string;
display_name: string;
accessToken: string;
}