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 committed Nov 27, 2016
1 parent 6e655d2 commit b0db3f6
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 b0db3f6

Please sign in to comment.