3.3.0
This commit is contained in:
7
src/interfaces/adult.ts
Normal file
7
src/interfaces/adult.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { GenericUser } from "./generic-user";
|
||||
import { Player } from "./player";
|
||||
|
||||
export interface Adult extends GenericUser {
|
||||
id?: number;
|
||||
kids: Player[];
|
||||
}
|
||||
Reference in New Issue
Block a user