找不到名称“ byteString”

时间:2019-07-11 13:19:05

标签: angular typescript ng-upgrade

我有一个代码,其中为特定变量分配了类型ByteString, 它正在使用angular 5.1版本,将其升级到8后,由于找不到名称bytestring而引发错误,请提出任何解决方案。

export interface Attach {
    AttachId: number;
    UserId: number;
    TypeId: number;
    CategoryId: string;
    SourceId: number;
    AttachDate: Date;
    AttachURL: Date;
    AttachPath: string;
    FileBytes: ByteString[];
    user: User;
    type: Cwcs;
    category: Cwcs;
    Source: Cwcs;
}

enter image description here

0 个答案:

没有答案