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
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.