UNPKG
@hellocoop/helper-server
Version:
latest (2.2.4)
2.2.4
2.2.3
2.2.1
2.1.3
2.1.2
2.1.1
2.1.0
2.0.10
2.0.9
2.0.8
2.0.6
2.0.5
2.0.4
2.0.3
2.0.0
Hellō helper functions for server
www.hello.dev/docs/sdks/helper/
hellocoop/packages
@hellocoop/helper-server
/
dist
/
server
/
errorPage.d.ts
8 lines
•
288 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
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