This guide references the major changes between v5 and v6 to help those migrating an existing app.
We moved these types to the api-kit
.
// old v5 code
import { SigningMethod, SigningMethodType } from '@safe-global/protocol-kit'
// new v6 code
import { SigningMethod, SigningMethodType } from '@safe-global/types-kit'