UNPKG

storyblok-ts-client

Version:

Typescript library for working with Storyblok management API.

10 lines 255 B
/** * Interface of an IStory's 'preview_token' property. * * @interface IStoryPreviewToken */ export interface IStoryPreviewToken { readonly token: string; readonly timestamp: number; } //# sourceMappingURL=IStoryPreviewToken.d.ts.map