@cfxlabsinc/b2b-services
    Preparing search index...
    MxClabeInstrument: Simplify<
        Omit<PaymentInstrumentBase, "type"> & {
            account: string;
            accountName: string;
            bank?: string;
            bankCode: string;
            city?: string;
            cityCode: string;
            tag?: string;
            type: Extract<PaymentInstrumentBase["type"], "MX_CLABE">;
        },
    >