Skip to content

Commit

Permalink
Add missing property in type
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminbours committed Oct 6, 2022
1 parent 3e7b90b commit 3f4f4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/API/Explorer/Objects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export interface ITemplateStats {

export interface IAccountStats {
collections: Array<{collection: ICollection, assets: string}>;
templates: Array<{template_id: string, assets: string}>;
templates: Array<{template_id: string, assets: string; collection_name: string}>;
assets: string;
}

Expand Down

0 comments on commit 3f4f4cf

Please sign in to comment.