Type alias Signal

Signal: {
    id: string;
    type: SignalType;
}

Type declaration

Generated using TypeDoc