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

    Variable getLongviewSubscriptionRequestSchemaConst

    getLongviewSubscriptionRequestSchema: ZodObject<
        {
            body: ZodOptional<ZodNever>;
            path: ZodObject<{ subscriptionId: ZodString }, $strip>;
            query: ZodOptional<ZodNever>;
        },
        $strip,
    > = ...