Refactoring
Move Top Played part. Move pipes and dashboard Rename object folder to model Doc pipes
This commit is contained in:
4
dashboard/src/app/model/bucket.ts
Normal file
4
dashboard/src/app/model/bucket.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export class Bucket {
|
||||
key: string;
|
||||
doc_count: number;
|
||||
}
|
||||
Reference in New Issue
Block a user