export type BillingKeyAlreadyIssuedError = { type: "BILLING_KEY_ALREADY_ISSUED"; message?: string; };