type RawJsonSectionProps = { isAllRecordsSelected: boolean; hasSelectedRecord: boolean; recordJsonDraft: string; jsonText: string; onRawJsonEditorChange: (nextText: string) => void; }; export default function RawJsonSection(props: RawJsonSectionProps) { const { isAllRecordsSelected, hasSelectedRecord, recordJsonDraft, jsonText, onRawJsonEditorChange, } = props; return ( <>

Raw JSON