Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
axios, { AxiosInstance } from
'axios'
;
2
3
export
interface
QueryOptions {
4
top?: number;
5
skip?: number;
6
}
7
8
export
interface
Entity {
9
id?: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected