UNPKG

storyblok-ts-client

Version:

Typescript library for working with Storyblok management API.

10 lines (9 loc) 192 B
/** * Interface of an IStory's 'preview_token' property. * * @interface IStoryPreviewToken */ export interface IStoryPreviewToken { readonly token: string readonly timestamp: number }