DatasetSearchResponse: {
    records: {
        id: string;
        text: string;
    }[];
}

Type declaration

  • records: {
        id: string;
        text: string;
    }[]

Generated using TypeDoc