EndpointConstructor
EndpointConstructor<
T
>: (primaryKey
) =>T
When you see this on a function/method signature it means that it takes an Endpoint derived class that you’ve written.
Type parameters
• T extends Endpoint
Parameters
• primaryKey: string
Returns
T
Generated using typedoc-plugin-markdown and TypeDoc