UNPKG

storyblok-ts-client

Version:

Typescript library for working with Storyblok management API.

10 lines (9 loc) 173 B
/** * Generic interface of IComponent's 'schema' property. * * @export * @interface IComponentSchema */ export interface IComponentSchema { [property: string]: any }