import { Identifier, RaRecord } from "../types.js"; export type RowClickFunctionBase = (id: Identifier, resource: string, record: RecordType) => string | false | Promise; //# sourceMappingURL=types.d.ts.map