@friendlycaptcha/sdk > APIEndpoint
APIEndpoint type
Which API endpoint to use for the SDK. Typically "eu" or "global", but a URL can be used to specify a custom endpoint. Defaults to "global".
Signature:
export type APIEndpoint = string | "eu" | "global";