interface Out {
    $out: string | {
        coll: string;
        db: string;
    };
}

Properties

Properties

$out: string | {
    coll: string;
    db: string;
}

Type declaration

  • coll: string
  • db: string