NotCriteria
Home > @backstage/plugin-permission-common > NotCriteria
Represents a negation of the provided criteria.
Signature:
export type NotCriteria<TQuery> = {
not: PermissionCriteria<TQuery>;
};
References: PermissionCriteria
Home > @backstage/plugin-permission-common > NotCriteria
Represents a negation of the provided criteria.
Signature:
export type NotCriteria<TQuery> = {
not: PermissionCriteria<TQuery>;
};
References: PermissionCriteria