Skip to content

Commit

Permalink
fix: statblock is now a valid parameter (same as layout)
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Dec 22, 2021
1 parent d517b02 commit 0d9da5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions @types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export interface Monster {
dice?: boolean;
render?: boolean;
layout?: string;
statblock?: string;
}

export type Spell = string | { [key: string]: string };
Expand Down

0 comments on commit 0d9da5d

Please sign in to comment.