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 DAB0mB committed Dec 14, 2016
1 parent 8000a15 commit 34b89c4
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 34b89c4

Please sign in to comment.