UNPKG

108 BTypeScriptView Raw
1export interface LivePostLiveThumbnailsResponseRootObject {
2 thumbnails: string[];
3 status: string;
4}