Variable FetchModeSchemaConst

FetchModeSchema: ZodEnum<
    ["cors", "navigate", "no-cors", "same-origin", "websocket"],
> = ...