Type alias QueryMethodMap

QueryMethodMap: Map<string, Func>

Type for the Values stored in the Reflection for Query Methods

Example

const queryMethods: QueryMethodMap = new Map(Reflect.getMetadata(DecoratorKeys.QueryMethod, target) ?? []);

Generated using TypeDoc