collab
This commit is contained in:
@@ -6,6 +6,12 @@ export interface PublicUser {
|
||||
onboardingCompleted: boolean;
|
||||
}
|
||||
|
||||
export interface PublicUserSearchResult {
|
||||
id: string;
|
||||
email: string;
|
||||
name?: string;
|
||||
}
|
||||
|
||||
export interface AuthTokenResponse {
|
||||
accessToken: string;
|
||||
refreshToken: string;
|
||||
|
||||
Reference in New Issue
Block a user