Skip to content

Commit

Permalink
Step 5.15: Extend Party by CollectionObject model
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored and dotansimha committed Nov 27, 2016
1 parent eeadf43 commit e9191f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion both/models/party.model.ts
@@ -1,4 +1,6 @@
export interface Party {
import { CollectionObject } from './collection-object.model';

export interface Party extends CollectionObject {
name: string;
description: string;
location: string;
Expand Down

0 comments on commit e9191f5

Please sign in to comment.