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 {
|
declare namespace Carpool {
|
||||||
export interface Group {
|
export interface Group {
|
||||||
id: string;
|
id: string;
|
||||||
|
name: string;
|
||||||
member_ids: string[];
|
member_ids: string[];
|
||||||
|
creator_id: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Omits the email attribute
|
// Omits the email attribute
|
||||||
|
|
Loading…
Reference in New Issue
Block a user