This message was deleted.
# general
s
This message was deleted.
error TS2564: Property 'endpoint' has no initializer and is not definitely assigned in the constructor.
resolved: by changing
public readonly endpoint:
to
public readonly endpoint!:
in the example code