export declare class GetFlowDefinitionChoseListRequest { constructor(params: Partial); /** * 业务编码 */ bizCode: string; /** * 业务类型 * - 0 来源引用 * - 1 生成目的单 */ bizType?: 0 | 1 | string; /** * 组织Id */ orgId?: string; /** * 租户id */ tenantId?: string; /** * 合同类型 */ contractTypes?: string; }