UNPKG

129 BTypeScriptView Raw
1export interface LiveAddPostLiveToIgtvResponseRootObject {
2 success: boolean;
3 igtv_post_id: number;
4 status: string;
5}