Home > @infiniteobjects/models > PrintButtonPlatformConfigRepository > findByProductId
Signature:
findByProductId(productId: number | string): Promise<PrintButtonPlatformConfigModel | null>;
Parameter | Type | Description |
---|---|---|
productId | number | string |
Returns:
Promise<PrintButtonPlatformConfigModel | null>