Typescript Error - Type 'undefined' is not assignable to type 'XXX'.ts?

后端 未结 0 433

Here is my interface Interface

export interface Rand{
    data1: number;
    data2: number;
    dast: \'ha\' | \'naan\';
    value1: string;
    value2: string;
          


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