UNPKG

storyblok-ts-client

Version:

Typescript library for working with Storyblok management API.

10 lines (9 loc) 180 B
/** * Interface of an IStory's 'last_author' property. * * @interface IStoryLastAuthor */ export interface IStoryLastAuthor { readonly id: number readonly userid: string }