Back to Qwik

Middleware.Azure Swa.Api

packages/qwik-city/src/middleware/azure-swa/middleware.azure-swa.api.md

1.7.1697 B
Original Source

API Report File for "@builder.io/qwik-city"

Do not edit this file. It is a report generated by API Extractor.

ts

import type { AzureFunction } from '@azure/functions';
import type { Context } from '@azure/functions';
import type { ServerRenderOptions } from '@builder.io/qwik-city/middleware/request-handler';

// @public (undocumented)
export function createQwikCity(opts: QwikCityAzureOptions): AzureFunction;

// @public (undocumented)
export interface PlatformAzure extends Partial<Context> {
}

// @public (undocumented)
export interface QwikCityAzureOptions extends ServerRenderOptions {
}

// (No @packageDocumentation comment for this package)