re-uploading work
This commit is contained in:
8
web/src/api/models/EnforcementCondition.ts
Normal file
8
web/src/api/models/EnforcementCondition.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/* generated using openapi-typescript-codegen -- do not edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export enum EnforcementCondition {
|
||||
ANY = 'any',
|
||||
ALL = 'all',
|
||||
}
|
||||
Reference in New Issue
Block a user