UNPKG

@jungvonmatt/sb-migrate

Version:

CLI tool for managing Storyblok schema and content migrations

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