export interface CascadeRecord { id: string; name: string; title: string; } export interface FormatRecordValue { [columnId: string]: any; }