Variable postResetDiskPasswordRequestSchemaConst
postResetDiskPasswordRequestSchema: ZodObject<
{
body: ZodObject<{ password: ZodString }, $strip>;
path: ZodObject<{ diskId: ZodInt; linodeId: ZodInt }, $strip>;
query: ZodOptional<ZodNever>;
},
$strip,
> = ...