interface UnexpandedProjection {
    _id: boolean;
    uri: {
        $concat: string[];
    };
}

Hierarchy

  • Record<keyof UnexpandedObject, {
        $concat: string[];
    }>
    • UnexpandedProjection

Properties

Properties

_id: boolean
uri: {
    $concat: string[];
}

Type declaration

  • $concat: string[]

Generated using TypeDoc