UNPKG

storyblok-ts-client

Version:

Typescript library for working with Storyblok management API.

12 lines (11 loc) 253 B
/** * Interface of an ISpace's 'limits' property. * * @interface ISpaceLimits */ export interface ISpaceLimits { readonly plan_level: number readonly api_requests: number readonly has_custom_ssl: boolean readonly max_collaborators: number }