MCPcopy Create free account
hub / github.com/fontsource/fontsource / AutoRAGNameNotSetError

Interface AutoRAGNameNotSetError

website/worker-configuration.d.ts:5468–5469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5466interface AutoRAGUnauthorizedError extends Error {
5467}
5468interface AutoRAGNameNotSetError extends Error {
5469}
5470type ComparisonFilter = {
5471 key: string;
5472 type: 'eq' | 'ne' | 'gt' | 'gte' | 'lt' | 'lte';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected