import { IngestType } from '../model/IngestType'; export interface IngestDetailsResource { type: IngestType; urls?: string[]; playlistIds?: string[]; }