export interface IDataPermissionProvider { getPermissionQuery(profile: any, filters: string, name: string): Promise; }