Skip to content

Commit bc6c739

Browse files
authored
chore: trigger deploy (#169)
1 parent 84f690a commit bc6c739

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/types/api.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ export type ValidationResult<T = void> = {
7373
*/
7474
export type ValidationResponse = ApiResponse<ValidationResult>;
7575

76+
/**
77+
* Interface for a user add or update request.
78+
*/
7679
export interface AddOrUpdateUserRequest {
7780
display_name: string;
7881
avatar: string;

0 commit comments

Comments
 (0)