Skip to content

Commit

Permalink
Add missing wordpress_plugin_metadata type
Browse files Browse the repository at this point in the history
  • Loading branch information
baileyherbert committed Jul 21, 2022
1 parent d58540b commit e8d6ed0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/types/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ export interface Item {
version: string;
description: string;
}
wordpress_plugin_metadata ?: {
plugin_name: string;
author?: string;
version?: string;
description?: string;
}
rating: number;
rating_count: number;
published_at: Date;
Expand Down

0 comments on commit e8d6ed0

Please sign in to comment.