package types import "github.com/cosmos/cosmos-sdk/types" type Keeper struct { // TODO other stuff as needed // Proposal router router types.Router }