UNPKG

storyblok-ts-client

Version:

Typescript library for working with Storyblok management API.

10 lines 231 B
/** * Generic interface of IComponent's 'schema' property. * * @export * @interface IComponentSchema */ export interface IComponentSchema { [property: string]: any; } //# sourceMappingURL=IComponentSchema.d.ts.map