export interface CurrentUserPayload { userId: string; username: string; roles: string[]; }