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

Interface AiGatewayLogNotFound

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

Source from the content-addressed store, hash-verified

5449interface AiGatewayInternalError extends Error {
5450}
5451interface AiGatewayLogNotFound extends Error {
5452}
5453declare abstract class AiGateway {
5454 patchLog(logId: string, data: AiGatewayPatchLog): Promise<void>;
5455 getLog(logId: string): Promise<AiGatewayLog>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected