Skip to content

Commit

Permalink
Step 14.2: Add invited to Party interface
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored and DAB0mB committed Dec 14, 2016
1 parent 0107f13 commit ecc299f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions both/models/party.model.ts
Expand Up @@ -6,4 +6,5 @@ export interface Party extends CollectionObject {
location: string;
owner?: string;
public: boolean;
invited?: string[];
}

0 comments on commit ecc299f

Please sign in to comment.