@akamai/openapi-ts
    Preparing search index...

    Variable getLinodeInterfaceSettingsRequestSchemaConst

    getLinodeInterfaceSettingsRequestSchema: ZodObject<
        {
            body: ZodOptional<ZodNever>;
            path: ZodObject<{ linodeId: ZodInt }, $strip>;
            query: ZodOptional<ZodNever>;
        },
        $strip,
    > = ...