interface Message<T extends string = string> {
    type: T;
}

Type Parameters

  • T extends string = string

Hierarchy (View Summary)

Properties

Properties

type: T