UNPKG

89 BTypeScriptView Raw
1import { Oid } from "./oid";
2
3export class Oidarray {
4 ids: Oid;
5 count: number;
6}