Type Aliases

EntityComponentTokenMetadata

declaration

EntityComponentTokenMetadata = { entityType: string; name: string; schema: z.ZodSchema; }

Properties

PropertyType

entityType

string

name

string

schema

z.ZodSchema