mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-07-16 21:14:05 +00:00
Show BSON types correctly
This commit is contained in:
@ -18,7 +18,7 @@ export namespace app {
|
||||
}
|
||||
export class findResult {
|
||||
total: number;
|
||||
results: any;
|
||||
results: string[];
|
||||
|
||||
static createFrom(source: any = {}) {
|
||||
return new findResult(source);
|
||||
|
Reference in New Issue
Block a user