Variable GetUserWarningsResponseConst
GetUserWarningsResponse: ZodObject<
{
warnings: ZodOptional<
ZodArray<
ZodObject<
{
detail: ZodOptional<ZodString>;
id: ZodDefault<
ZodEnum<
{
license_expired: "license_expired";
license_expires_soon: "license_expires_soon";
password_expires_soon: "password_expires_soon";
user_warning_id_unspecified: "user_warning_id_unspecified";
},
>,
>;
warningData: ZodOptional<
ZodObject<
{
licenseExpiry: ZodOptional<ZodObject<(...), (...)>>;
passwordExpiry: ZodOptional<ZodObject<(...), (...)>>;
},
$strip,
>,
>;
},
$strip,
>,
>,
>;
},
$strip,
> = ...