interface CodeExtended {
    $code: string;
    $scope?: mongoose.mongo.BSON.Document;
}

Properties

Properties

$code: string