export type BillingKeyNotIssuedError = {
    type: "BILLING_KEY_NOT_ISSUED";
    message?: string;
};
