export interface FileInput {
    fileName: string;
    fileType: string;
    mediaIndex?: number;
}
