UNPKG

97 BTypeScriptView Raw
1export interface MediaRepositoryBlockedResponse {
2 media_ids: string[];
3 status: string;
4}