/** * * `SALES` - SALES * * `PURCHASE` - PURCHASE */ export declare const ComponentTypeEnum: { readonly Sales: "SALES"; readonly Purchase: "PURCHASE"; }; export type ComponentTypeEnum = (typeof ComponentTypeEnum)[keyof typeof ComponentTypeEnum];