export type AuthorizationOptions = /** The allowed groups*/ string[] | { /** * The allowed groups */ allowedGroups?: string[]; /** * The prohibited groups */ prohibitedGroups?: string[]; /** * The required groups */ requiredGroups?: string[]; }; //# sourceMappingURL=authorization.options.d.ts.map