oak-pay-business/lib/utils/wpProductFrontend.d.ts

5 lines
336 B
TypeScript

import { EntityDict } from '../oak-app-domain';
import { FeatureDict as Ogb0FeatureDict } from "oak-general-business";
export declare function getWpProductTypeFromEnv(): EntityDict['wpProduct']['OpSchema']['type'][];
export declare function canStartPay(pay: EntityDict['pay']['Schema'], features: Ogb0FeatureDict<EntityDict>): boolean;