export interface User { id: number, username: string, mail: string, accessControlList: string[], }