MCPcopy
hub / github.com/winstonjs/winston / QueryOptions

Interface QueryOptions

index.d.ts:50–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 interface QueryOptions {
51 rows?: number;
52 limit?: number;
53 start?: number;
54 from?: Date;
55 until?: Date;
56 order?: 'asc' | 'desc';
57 fields: any;
58 }
59
60 class Profiler {
61 logger: Logger;

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…