Type alias EnvironmentLevelQuota

EnvironmentLevelQuota: {
    __typename?: "EnvironmentLevelQuota";
    components: Progress;
    contentPermissions: Progress;
    locales: Progress;
    models: Progress;
    remoteSources: Progress;
    stages: Progress;
    taxonomies: Progress;
    taxonomyNestingDepth: Progress;
    taxonomyNodes: Progress;
    webhooks: Progress;
    workflowSteps: Progress;
    workflows: Progress;
}

Type declaration

Generated using TypeDoc