/** * 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. */ /** * * @export * @interface EnvironmentObject */ export interface EnvironmentObject { /** * * @type {string} * @memberof EnvironmentObject */ id: string; /** * * @type {string} * @memberof EnvironmentObject */ key: string; /** * * @type {string} * @memberof EnvironmentObject */ name?: string; /** * * @type {string} * @memberof EnvironmentObject */ created_at: string; /** * * @type {string} * @memberof EnvironmentObject */ updated_at: string; }