@authup/kit
Version:
A Package containing general (context independent) utilities.
20 lines • 423 B
TypeScript
export declare enum DecisionStrategy {
/**
* One or more positive
*/
AFFIRMATIVE = "affirmative",
/**
* All positive
*/
UNANIMOUS = "unanimous",
/**
* More positive than negative
*/
CONSENSUS = "consensus"
}
export declare enum EnvironmentName {
PRODUCTION = "production",
TEST = "test",
DEVELOPMENT = "development"
}
//# sourceMappingURL=constants.d.ts.map