export type Item = {
    fileType: string;
    fileTypeId: number;
    Extension: string;
};
export type Response = Item[];
