Documentation
    Preparing search index...

    Interface AccountParties

    interface AccountParties {
        brokerUserId: string | null;
        salespersonUserId: string | null;
        underwriterUserId: string | null;
    }
    Index
    brokerUserId: string | null
    salespersonUserId: string | null
    underwriterUserId: string | null