export interface User { authentikId: string; username: string; balance: number; }