UNPKG

@cloud-copilot/iam-data

Version:
12 lines 595 B
import { type ConditionKey } from './conditionKeys.js'; /** * Find the details for a condition key if it exists. This will check both global condition * keys and service specific condition keys. If @param conditionKey matches a condition key that * contains a variable it will return the matching condition key. * * If no match can be found, it will return undefined. * * @param conditionKey the condition key to find, is case insensitive */ export declare function findConditionKey(conditionKey: string): Promise<ConditionKey | undefined>; //# sourceMappingURL=findConditionKey.d.ts.map