UNPKG

nitropack

Version:

Build and Deploy Universal JavaScript Servers

14 lines (13 loc) 297 B
export interface AzureOptions { config?: { platform?: { apiRuntime?: string; [key: string]: unknown; }; navigationFallback?: { rewrite?: string; [key: string]: unknown; }; [key: string]: unknown; }; }