module_schema: Extension<MessageOptions, ModuleSchemaDescriptor> = ...

module_schema is used to define the ORM schema for an app module. All module config messages that use module_schema must also declare themselves as app module config messages using the cosmos.app.v1.is_module option.

from extension: cosmos.orm.v1alpha1.ModuleSchemaDescriptor module_schema = 104503792;