/** * Permit.io API * Authorization as a service * * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * An enumeration. * @export * @enum {string} */ export declare const ElementsPermissionLevel: { readonly Level1: "LEVEL_1"; readonly Level2: "LEVEL_2"; readonly Level3: "LEVEL_3"; readonly Level4: "LEVEL_4"; readonly Hidden: "HIDDEN"; readonly Unconfigured: "UNCONFIGURED"; }; export type ElementsPermissionLevel = typeof ElementsPermissionLevel[keyof typeof ElementsPermissionLevel];