Type alias NodesOptions<O>

NodesOptions<O>: {
    collection?: string;
    output: O;
}

Type Parameters

Type declaration

  • Optional collection?: string

    The name of the collection to get the status of.

  • output: O

    Set the desired output verbosity level. Can be minimal | verbose | undefined with undefined defaulting to minimal.