Variable: StatusSchema
ts
const StatusSchema: ZodObject<{
icon: ZodOptional<ZodObject<{
link: ZodOptional<ZodString>;
title: ZodOptional<ZodString>;
url16x16: ZodOptional<ZodString>;
}, $loose>>;
resolved: ZodOptional<ZodBoolean>;
}, $loose>;Defined in: src/cloud/models/status.ts:6
The status of the item.