/** * 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. */ import { OrgMemberReadWithGrants } from './org-member-read-with-grants'; /** * * @export * @interface Statistics */ export interface Statistics { /** * * @type {number} * @memberof Statistics */ roles: number; /** * * @type {number} * @memberof Statistics */ users: number; /** * * @type {number} * @memberof Statistics */ policies: number; /** * * @type {number} * @memberof Statistics */ resources: number; /** * * @type {number} * @memberof Statistics */ tenants: number; /** * * @type {boolean} * @memberof Statistics */ has_decision_logs: boolean; /** * * @type {Array} * @memberof Statistics */ members: Array; }