UNPKG

@squidcloud/client

Version:

A typescript implementation of the Squid client

5 lines (4 loc) 230 B
/** The list of regions in Squid. */ export declare const SQUID_REGIONS: readonly ["us-east-1.aws", "ap-south-1.aws", "us-central1.gcp"]; /** Region type used by Squid. */ export type SquidRegion = (typeof SQUID_REGIONS)[number];