Skip to content

Commit

Permalink
Add: "Platform.backend"
Browse files Browse the repository at this point in the history
  • Loading branch information
gnlow committed Mar 28, 2020
1 parent 39559b8 commit ea750cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,11 @@ type EntryProject = {
aiUtilizeBlocks?: any, // 추가 요망
};
export interface Platform {
Entry: {
Entry?: {
project: EntryProject,
idList: Record<string, string>,
},
backend?: {
port?: number,
}
}

0 comments on commit ea750cf

Please sign in to comment.