Area restrita - Questionario
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
export type TokenResponse = {
|
||||
access_token: string;
|
||||
token_type: string;
|
||||
expires_in: number;
|
||||
refresh_token?: string;
|
||||
scope: string;
|
||||
};
|
||||
|
||||
export type SessionPayload = {
|
||||
unionId: string;
|
||||
clientId: string;
|
||||
};
|
||||
|
||||
export type UserProfile = {
|
||||
user_id: string;
|
||||
name: string;
|
||||
avatar_url: string;
|
||||
};
|
||||
Reference in New Issue
Block a user