Variable getManagedIssueResponseSchemaConst
getManagedIssueResponseSchema: ZodObject<
{
created: ZodReadonly<ZodISODateTime>;
entity: ZodReadonly<
ZodObject<
{
id: ZodReadonly<ZodInt>;
label: ZodReadonly<ZodString>;
type: ZodEnum<{ ticket: "ticket" }>;
url: ZodReadonly<ZodString>;
},
$strip,
>,
>;
id: ZodReadonly<ZodInt>;
services: ZodReadonly<ZodArray<ZodInt>>;
},
$strip,
> = ...
An Issue that was detected with a service Linode is managing.