sindri
Version:
The Sindri Labs JavaScript SDK and CLI tool.
12 lines (9 loc) • 298 B
text/typescript
/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
import type { CircuitInfoResponse } from "./CircuitInfoResponse";
export type PagedCircuitInfoResponse = {
items: Array<CircuitInfoResponse>;
count: number;
};