Expression Language Reference
    Preparing search index...

    Type Alias IFindAccountOpts

    type IFindAccountOpts = {
        by?: "name" | "acct_number";
        client_identifier?: string;
    }
    Index

    Properties

    by?: "name" | "acct_number"
    client_identifier?: string