FnArg
class FnArg {
constructor(value: any, type: Type<any> | SerializerTypes = SerializerTypes.PRIMITIVE)
value: any
type: Type<any> | SerializerTypes
}
Constructor
Parameters
|
Properties
Property | Description |
---|---|
value: any
|
Declared in constructor. |
type: Type<any> | SerializerTypes
|
Declared in constructor. |