Variable ItemAccessoryConst
ItemAccessory: ObjectSchema< { date: OptionalSchema< UnionSchema< [ DateSchema<undefined>, ObjectSchema< { color: SchemaWithPipe< [StringSchema<undefined>, HexColorAction<string, undefined>], >; text: DateSchema<undefined>; }, undefined, >, ], undefined, >, undefined, >; icon: OptionalSchema<GenericSchema<schema.Icon>, undefined>; nodeName: EnumSchema<typeof NodeNameEnum, undefined>; tag: OptionalSchema< UnionSchema< [ StringSchema<undefined>, ObjectSchema< { color: SchemaWithPipe< [StringSchema<undefined>, HexColorAction<string, undefined>], >; text: StringSchema<undefined>; }, undefined, >, ], undefined, >, undefined, >; text: OptionalSchema< UnionSchema< [ StringSchema<undefined>, ObjectSchema< { color: SchemaWithPipe< [StringSchema<undefined>, HexColorAction<string, undefined>], >; text: StringSchema<undefined>; }, undefined, >, ], undefined, >, undefined, >; tooltip: OptionalSchema<StringSchema<undefined>, undefined>; }, undefined,> = ...