interface Unwind {
    $unwind: string | {
        includeArrayIndex?: string;
        path: string;
        preserveNullAndEmptyArrays?: boolean;
    };
}

Properties

Properties

$unwind: string | {
    includeArrayIndex?: string;
    path: string;
    preserveNullAndEmptyArrays?: boolean;
}

Type declaration

  • Optional includeArrayIndex?: string
  • path: string
  • Optional preserveNullAndEmptyArrays?: boolean