import { Identifier, RaRecord } from '../types'; export type RowClickFunctionBase = ( id: Identifier, resource: string, record: RecordType ) => string | false | Promise;