Interface Event<Type>

interface Event<Type extends string> {
    event: Type;
}

Type Parameters

  • Type extends string

Properties

Properties

event: Type