MCPcopy Create free account
hub / github.com/gotify/server / IPaging

Interface IPaging

ui/src/types.ts:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52export interface IPaging {
53 next?: string;
54 since?: number;
55 size: number;
56 limit: number;
57}
58
59export interface IUser {
60 id: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…