Skip to content

Instantly share code, notes, and snippets.

@LibertyBeta
Created May 22, 2016 16:04
Show Gist options
  • Save LibertyBeta/5d5f91804ac8283c1978bd9d9c98a283 to your computer and use it in GitHub Desktop.
Save LibertyBeta/5d5f91804ac8283c1978bd9d9c98a283 to your computer and use it in GitHub Desktop.
interface Game {
_id?: string;
name: string;
users?: Array;
inviteCode?: string;
displayNPC: boolean;
battle: boolean;
createdAt: Date;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment