Hello! I am currently trying to cast a custom interface to a StorageObject to pass to the storage.local.set method, however TS is saying this is not possible due to Index Signatures.
Line 928 indicates:
// The Index signature makes casting to/from classes or interfaces a pain. Custom types are OK.
Any tips for dealing with this? Thanks!
Hello! I am currently trying to cast a custom interface to a StorageObject to pass to the
storage.local.setmethod, however TS is saying this is not possible due to Index Signatures.Line 928 indicates:
// The Index signature makes casting to/from classes or interfaces a pain. Custom types are OK.Any tips for dealing with this? Thanks!