Type Alias ExportDetail

ExportDetail: {
    default: string;
    [k: string]: string;
}