/** * 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 OrganizationUpdate */ export interface OrganizationUpdate { /** * The name of the organization, usually it\'s your company\'s name. * @type {string} * @memberof OrganizationUpdate */ name?: string; /** * the settings for this project * @type {object} * @memberof OrganizationUpdate */ settings?: object; }