Skip to content

Commit

Permalink
Step 21.35: Add images property to the Party interface
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 14, 2016
1 parent e70fc3d commit 87ac160
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions both/models/party.model.ts
Expand Up @@ -8,6 +8,7 @@ export interface Party extends CollectionObject {
public: boolean;
invited?: string[];
rsvps?: RSVP[];
images?: string[];
}

interface RSVP {
Expand Down

0 comments on commit 87ac160

Please sign in to comment.