glam-web/src/api/models/VideoDataResponse.ts

17 lines
464 B
TypeScript

/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type VideoDataResponse = {
id: number;
task_id?: (string | null);
img_id?: (string | null);
img_url?: (string | null);
img_status?: (string | null);
video_id?: (string | null);
video_url?: (string | null);
video_status?: (string | null);
create_time?: (string | null);
};