Skip to content

Commit

Permalink
fix: update Manifest type
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Feb 6, 2023
1 parent 280706d commit 32716f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/manifest.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {Command} from '../command'

export interface Manifest {
export type Manifest = {
version: string;
commands: {[id: string]: Command.Cached};
}

0 comments on commit 32716f5

Please sign in to comment.