UNPKG

storyblok-ts-client

Version:

Typescript library for working with Storyblok management API.

12 lines (11 loc) 218 B
/** * Interface of information object about a asset pending creation * * @export * @interface IPendingAsset */ export interface IPendingAsset { id?: number filename: string asset_folder_id?: number | null }