Variable tokensSchemaConst

tokensSchema: ZodArray<Tokens> = ...

A collection of tokenSchema objects.

const tokensSchema = z.array(tokenSchema)