import type { IssueBillingKeyRequestBase } from './IssueBillingKeyRequestBase.js';
import type { IssueBillingKeyRequestUnion } from './IssueBillingKeyRequestUnion.js';
export type IssueBillingKeyRequest = IssueBillingKeyRequestBase & IssueBillingKeyRequestUnion;