export interface IFndyAccountAcl { id?: string; account_id: string; role?: string; grantee_role?: any; read_objects: boolean; write_objects: boolean; delete_objects: boolean; read_users: boolean; write_users: boolean; delete_users: boolean; grantee_account_id: string; grantee_user_id: string; account_name?: string; user_email?: string; user_name?: string; write_accounts?: boolean; delete_accounts?: boolean; read_accounts?: boolean; write?: string; read?: string; delete?: string; inherit?: boolean; }