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