interface ProviderEventCreate {
    attributes: readonly Attribute[];
    type: "sentinel.provider.v3.EventCreate";
    value: EventCreate;
}

Hierarchy

  • Event
    • ProviderEventCreate

Properties

Properties

attributes: readonly Attribute[]
type: "sentinel.provider.v3.EventCreate"
value: EventCreate

Generated using TypeDoc