export interface Record { [field: string]: any; } export default Record;