Skip to content
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export interface AssetMedia {

export interface AssetDetailsMetadata {
scope: AssetDetailsScope;
verified: boolean;
deprecated: boolean;
deprecationReferralId?: string;
website?: string;
Expand Down
Loading