UNPKG

storyblok-ts-client

Version:

Typescript library for working with Storyblok management API.

12 lines 281 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; } //# sourceMappingURL=IPendingAsset.d.ts.map