UNPKG

storyblok-ts-client

Version:

Typescript library for working with Storyblok management API.

11 lines 299 B
/** * Interface of an ISpace's 'api_logs_per_month' property. * * @interface ISpaceApiLogsPerMonth */ export interface ISpaceApiLogsPerMonth { readonly id: number; readonly counting: number; readonly created_at: string; } //# sourceMappingURL=ISpaceApiLogsPerMonth.d.ts.map