KAPI was created for easy fetching keys of all staking modules. Staking Module interface contains type that was specially designed for KAPI to easy understand that implementation it should use for working with module's keys.
For example:
simple-dvt-onchain-v1 -> RegistryModule
curated-onchain-v1 -> RegistryModule
There can be few modules with the same type. They all should have the same implementation (contract's ABI). For KAPI it means for these modules it can reuse the same algorithm for fetching and saving keys. Also different types of modules can have the same implementation as in the example above.
At the moment KAPI knows only one type: curated-onchain-v1.