1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-17 05:24:06 +00:00

Show BSON types correctly

This commit is contained in:
2023-01-24 20:55:53 +01:00
parent b58a2ca84f
commit ae811bc0d5
7 changed files with 183 additions and 13 deletions

View File

@ -18,7 +18,7 @@ export namespace app {
}
export class findResult {
total: number;
results: any;
results: string[];
static createFrom(source: any = {}) {
return new findResult(source);