@constructor-io/constructorio-connect-cli
Version:
CLI tool to enable users to interface with the Constructor Connect Ecosystem
8 lines • 330 B
TypeScript
/**
* Returns true if the connection needs mapping fixture type
* @param partner The connection partner
* @returns boolean
*/
export declare const partnersThatNeedMapping: string[];
export declare function checkIfConnectionNeedsMapping(partner: string): boolean;
//# sourceMappingURL=check-if-connection-needs-mapping.d.ts.map