export interface GatewaySubscription { gateway?: string | null; auto_renew?: boolean | null; }