Variable putLinodeInterfaceSettingsResponseSchemaConst
putLinodeInterfaceSettingsResponseSchema: ZodObject<
{
default_route: ZodObject<
{
ipv4_eligible_interface_ids: ZodArray<ZodReadonly<ZodInt>>;
ipv4_interface_id: ZodDefault<ZodUnion<readonly [ZodInt, ZodNull]>>;
ipv6_eligible_interface_ids: ZodArray<ZodReadonly<ZodInt>>;
ipv6_interface_id: ZodDefault<ZodUnion<readonly [ZodInt, ZodNull]>>;
},
$strip,
>;
network_helper: ZodBoolean;
},
$strip,
> = ...
Linode interface settings.