Thanks to visit codestin.com
Credit goes to mongodb.github.io

Type Alias ArrayOperator<Type>

ArrayOperator<Type>: {
    $each?: Flatten<Type>[];
    $position?: number;
    $slice?: number;
    $sort?: Sort;
}

Type Parameters

  • Type