MCPcopy Create free account
hub / github.com/Azure-Samples/todo-csharp-cosmos-sql / QueryOptions

Interface QueryOptions

src/web/src/services/restService.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import axios, { AxiosInstance } from 'axios';
2
3export interface QueryOptions {
4 top?: number;
5 skip?: number;
6}
7
8export interface Entity {
9 id?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected