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

Interface AsyncResponse

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

Source from the content-addressed store, hash-verified

2833 pooling?: "mean" | "cls";
2834} | AsyncResponse;
2835interface AsyncResponse {
2836 /**
2837 * The async request id that can be used to obtain the results.
2838 */
2839 request_id?: string;
2840}
2841declare abstract class Base_Ai_Cf_Baai_Bge_Base_En_V1_5 {
2842 inputs: Ai_Cf_Baai_Bge_Base_En_V1_5_Input;
2843 postProcessedOutputs: Ai_Cf_Baai_Bge_Base_En_V1_5_Output;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected