feat(WEB-169): get profile data from API
This commit is contained in:
8
types/next/error.ts
Normal file
8
types/next/error.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
interface NextError extends Error {
|
||||
digest?: string
|
||||
}
|
||||
|
||||
export interface ErrorPage {
|
||||
error: NextError
|
||||
reset: () => void
|
||||
}
|
||||
Reference in New Issue
Block a user