Type Alias MicrioEvent<T>

MicrioEvent<T>: Event & {
    detail: T;
}

Type Parameters

  • T = any