Type for the Values stored in the Reflection for Query Methods
const queryMethods: QueryMethodMap = new Map(Reflect.getMetadata(DecoratorKeys.QueryMethod, target) ?? []); Copy
const queryMethods: QueryMethodMap = new Map(Reflect.getMetadata(DecoratorKeys.QueryMethod, target) ?? []);
Generated using TypeDoc
Type for the Values stored in the Reflection for Query Methods