mirror of
https://github.com/myfatemi04/wheelshare-frontend.git
synced 2025-04-21 11:20:17 -04:00
add name, creator_id
This commit is contained in:
parent
28274b3fc7
commit
8ea818a39a
2
src/types.d.ts
vendored
2
src/types.d.ts
vendored
|
@ -1,7 +1,9 @@
|
|||
declare namespace Carpool {
|
||||
export interface Group {
|
||||
id: string;
|
||||
name: string;
|
||||
member_ids: string[];
|
||||
creator_id: string;
|
||||
}
|
||||
|
||||
// Omits the email attribute
|
||||
|
|
Loading…
Reference in New Issue
Block a user