@cfxlabsinc/b2b-services
    Preparing search index...

    Type Alias WireWithdrawalPurpose

    WireWithdrawalPurpose:
        | {
            scopeOfServices: string;
            type: "EMPLOYEE"
            | "CONTRACTOR"
            | "VENDOR";
        }
        | { type: "LANDLORD" }
        | { details: string; type: "TRANSFER_TO_SUBSIDIARY" }
        | { details: string; type: "OTHER" }