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

    Variable getLinodeConfigInterfaceRequestSchemaConst

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