/** * This file was auto-generated by Fern from our API Definition. */ export interface DatasetRowPushRequest { id?: string | null; label: string; inputs: Record; mocks?: Record[] | null; workflowTriggerId?: string | null; }