Interface Advisory

An advisory is an interesting event in the JetStream server

interface Advisory {
    data: unknown;
    kind: AdvisoryKind;
}

Properties

Properties

data: unknown

Payload associated with the advisory

The type of the advisory