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

    Variable postGroupAddLinodeRequestSchemaConst

    postGroupAddLinodeRequestSchema: ZodObject<
        {
            body: ZodObject<{ linodes: ZodOptional<ZodArray<ZodInt>> }, $strip>;
            path: ZodObject<{ groupId: ZodInt }, $strip>;
            query: ZodOptional<ZodNever>;
        },
        $strip,
    > = ...