interface SequenceRowsResponseData {
    columns: SequenceColumnBasicInfo[];
    externalId?: ExternalId;
    id: number;
    nextCursor?: string;
    rows: SequenceRowData[];
}

Hierarchy (view full)

Properties

externalId?: ExternalId
id: number
nextCursor?: string