UNPKG

@hellocoop/helper-server

Version:

Hellō helper functions for server

8 lines 288 B
export interface ErrorPageParams { target_uri: string; error: string; error_description?: string; error_uri?: string; } export declare function errorPage({ error, error_description, error_uri, target_uri }: ErrorPageParams): string; //# sourceMappingURL=errorPage.d.ts.map