Interface ClientQueryOptions

    interface ClientQueryOptions {
        includeUncontrolled?: boolean;
        type?: ClientTypes;
    }

    Properties

    includeUncontrolled?: boolean