export interface IcyNetUser { id: number; uuid: string; username: string; display_name: string; accessToken: string; }