interface IQueryInfo { role?: string | string[]; resource?: string; action?: string; possession?: string; } export { IQueryInfo };