chore: tests for #24249 (#24251)

This commit is contained in:
Beto Dealmeida
2023-05-31 09:23:07 -07:00
committed by GitHub
parent 5853574b98
commit a3bbe35fb0
3 changed files with 1 additions and 4 deletions

View File

@@ -25,6 +25,4 @@ export default interface Owner {
first_name: string;
id: number;
last_name: string;
username: string;
email?: string;
}