interface Delegates {
    initiator?: string[];
    responder?: string[];
}

Properties

initiator?: string[]
responder?: string[]

Generated using TypeDoc