chore: get api key from coookie
This commit is contained in:
@@ -52,3 +52,11 @@ export interface CurrentUser {
|
||||
pending?: boolean;
|
||||
user?: User;
|
||||
}
|
||||
|
||||
export interface ApiKeyPayload {
|
||||
data: ApiKey;
|
||||
}
|
||||
|
||||
export interface ApiKey {
|
||||
api_key: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user