export interface AssetsDatafilesResponse {
    files: string[];
}
