export interface IAclRights { id?: number, claim: any, expires: Date, rights: number, owner: any, deep: boolean }