You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the FileItemObject and the DirectoryItemObject have to be up-to-date with the changes in DirectoryItem and FileItem. Unfortunately, the TypeScript does not help in this particular case, maybe with some more generic solutioin? such as create an interface IFileItem that FileItem implements? that way you can create type like type FileItemObject = IFileItem & TypedObject
the
FileItemObject
and theDirectoryItemObject
have to be up-to-date with the changes inDirectoryItem
andFileItem
. Unfortunately, the TypeScript does not help in this particular case, maybe with some more generic solutioin? such as create an interfaceIFileItem
thatFileItem
implements? that way you can create type liketype FileItemObject = IFileItem & TypedObject
Originally posted by @nugaon in #213 (comment)
The text was updated successfully, but these errors were encountered: