UNPKG

@clerk/shared

Version:

Internal package utils used by the Clerk SDKs

9 lines (8 loc) 195 B
import { InstanceType } from "./instance.js"; //#region src/types/key.d.ts type PublishableKey = { frontendApi: string; instanceType: InstanceType; }; //#endregion export { PublishableKey };