stack

Home > @infiniteobjects/models > IPrintButtonPlatformConfigSimple

IPrintButtonPlatformConfigSimple type

Print Button platform simple

Signature:

export type IPrintButtonPlatformConfigSimple = Pick<Merge<IPrintButtonPlatformConfigSchema, IPrintButtonPlatformConfig>, 'id' | 'name' | 'statusName' | 'active' | 'allowsUnlimitedPrints' | 'availableBlockchains' | 'availableSizes' | 'availableMaterials' | 'productId'>;

References: Merge, IPrintButtonPlatformConfigSchema, IPrintButtonPlatformConfig