UNPKG

storyblok-ts-client

Version:

Typescript library for working with Storyblok management API.

10 lines (9 loc) 165 B
/** * Interface of an Storyblok asset folder. * * @interface IAssetFolder */ export interface IPendingAssetFolder { name: string parent_id?: number | null }