Fixed a bug with dates and some style issues
This commit is contained in:
@@ -15,6 +15,9 @@ export interface World {
|
||||
updatedAt?: string
|
||||
}
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
export type WorldChannelPayload = World & Record<string, any>
|
||||
|
||||
export const postWorldSchema = z.object({
|
||||
name: z.string(),
|
||||
description: z.string().optional().nullable(),
|
||||
|
||||
Reference in New Issue
Block a user