Skip to content

Commit e1eb790

Browse files
committed
Update material typing
1 parent 1c9532e commit e1eb790

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

utils/types.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -312,12 +312,12 @@ export interface Enemy {
312312

313313
export interface Material {
314314
name: string
315-
desc: string
315+
desc?: string
316316
longDesc?: string
317317
stars?: number
318-
type: string
319-
category: string
320-
icon: string
318+
type?: string
319+
category?: string
320+
icon?: string
321321
sources?: string[]
322322
specialty?: { char: string, recipe: string }
323323
recipe?: Item[]

0 commit comments

Comments
 (0)