export interface Acl { delete: boolean; read: boolean; update: boolean; create: boolean; }