stack

Home > @infiniteobjects/models > PrintButtonPlatformConfigRepository > findByProductId

PrintButtonPlatformConfigRepository.findByProductId() method

Signature:

findByProductId(productId: number | string): Promise<PrintButtonPlatformConfigModel | null>;

Parameters

Parameter Type Description
productId number | string  

Returns:

Promise<PrintButtonPlatformConfigModel | null>