What should be the type of a merged object in typescript?

前端 未结 0 929
时光说笑
时光说笑 2020-12-08 06:57

I have

export interface Game {
    startingTime?: string;
    minutes?: string;
    finished: boolean;
    homeTeam: string;
    awayTeam: string;
    score?:         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题