SyncedQueryParamMetadata interface
Home > @cbnsndwch/nest-zero-synced-queries > SyncedQueryParamMetadata
SyncedQueryParamMetadata interface
Metadata for a parameter decorator.
Signature:
export interface SyncedQueryParamMetadataProperties
Property
Modifiers
Type
Description
any
(Optional) Additional data for the parameter (e.g., argument index for QueryArg).
number
The index of the parameter in the method signature.
The type of parameter injection.
How was this page?