Refactored the store system
This commit is contained in:
@@ -2,7 +2,7 @@ import { z } from "zod"
|
||||
|
||||
export interface RPGDate {
|
||||
day: number
|
||||
month: number | string
|
||||
month: number
|
||||
year: number
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user