UNPKG

storyblok-ts-client

Version:

Typescript library for working with Storyblok management API.

10 lines 241 B
/** * Interface of an IStory's 'last_author' property. * * @interface IStoryLastAuthor */ export interface IStoryLastAuthor { readonly id: number; readonly userid: string; } //# sourceMappingURL=IStoryLastAuthor.d.ts.map