Type Alias AuditionEventOptions

AuditionEventOptions: AuditionOptions & {
    otherActorId?: RegExp | string;
}