UNPKG

ydb-sdk

Version:

Node.js bindings for working with YDB API over gRPC

11 lines 246 B
import { TypedData } from "../../types"; export interface IRow { id: number; title: string; } export declare class Row extends TypedData { id: number; title: string; constructor(data: IRow); } //# sourceMappingURL=row.d.ts.map