Skip to content

Files

Latest commit

156ae7e · Mar 25, 2020

History

History
54 lines (28 loc) · 1.22 KB

_queries_query_.query.md

File metadata and controls

54 lines (28 loc) · 1.22 KB

@brainhubeu/sqrs"queries/Query"Query

Interface: Query <TName, TReturnValue>

Base interface that queries implement

interface Query

Type parameters

TName: string

query name type

TReturnValue

return value type

Hierarchy

Index

Properties

Properties

Optional [boundTypeSymbol]

[boundTypeSymbol]? : T

Inherited from BoundType.[boundTypeSymbol]

Defined in di/dependencies.ts:20

Used only to guarantee type safety don't use this field directly as it will always be empty.

deprecated

memberof BoundType


queryName

queryName: TName

Defined in queries/Query.ts:15