Example
Type Parameters
Constructors
Constructor
new Module<Defined in: packages/modelence/src/app/module.ts:85 Creates a new Module instanceTName,TSchema,TQueries,TMutations>(name,options):Module<TName,TSchema,TQueries,TMutations>
Parameters
Returns
Module<TName, TSchema, TQueries, TMutations>
Methods
getConfig()
getConfig<Defined in: packages/modelence/src/app/module.ts:139 Retrieves a typed configuration value for this module. The return type is inferred from the schema — no casts needed.K>(key):ValueType<TSchema[K]["type"]>
Example
Type Parameters
Parameters
Returns
ValueType<TSchema[K]["type"]>