UNPKG

storyblok-ts-client

Version:

Typescript library for working with Storyblok management API.

11 lines (10 loc) 229 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 }