Variable postLinodeConfigInterfacesRequestSchemaConst
postLinodeConfigInterfacesRequestSchema: ZodObject<
{
body: ZodObject<{ ids: ZodArray<ZodReadonly<ZodInt>> }, $strip>;
path: ZodObject<{ configId: ZodInt; linodeId: ZodInt }, $strip>;
query: ZodOptional<ZodNever>;
},
$strip,
> = ...