UNPKG

@maxio-com/advanced-billing-sdk

Version:

Ultimate billing and pricing flexibility for B2B SaaS. Maxio integrates directly into your product, so you can seamlessly manage your product catalog, bill customers, and collect payments.

25 lines 1.04 kB
/** * AdvancedBilling * * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../../schema'; import { CreateMetafield } from '../createMetafield'; /** This is a container type for one-of types. */ export type CreateMetafieldsRequestMetafields = CreateMetafield | CreateMetafield[]; export declare const createMetafieldsRequestMetafieldsSchema: Schema<CreateMetafieldsRequestMetafields>; export declare namespace CreateMetafieldsRequestMetafields { /** * Validation method to narrow down union type to CreateMetafield type case. * * This is Create Metafield case. */ function isCreateMetafield(value: unknown): value is CreateMetafield; /** * Validation method to narrow down union type to CreateMetafield[] type case. * * This is Array of Create Metafield case. */ function isArrayOfCreateMetafield(value: unknown): value is CreateMetafield[]; } //# sourceMappingURL=createMetafieldsRequestMetafields.d.ts.map