refactor: fetch notifications over graphql query
This commit is contained in:
7
packages/types/index.d.ts
vendored
7
packages/types/index.d.ts
vendored
@@ -448,6 +448,13 @@ type AppAuthClient = {
|
||||
formattedAuthDefaults: IJSONObject;
|
||||
};
|
||||
|
||||
type Notification = {
|
||||
name: string;
|
||||
createdAt: string;
|
||||
documentationUrl: string;
|
||||
description: string;
|
||||
}
|
||||
|
||||
declare module 'axios' {
|
||||
interface AxiosResponse {
|
||||
httpError?: IJSONObject;
|
||||
|
Reference in New Issue
Block a user