Skip to content
Snippets Groups Projects
Constraint.ts 263 B
/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
/**
 * Enumeration for the possible permission on a bucket.
 */
export enum Constraint {
    READ = 'READ',
    WRITE = 'WRITE',
}