Type alias TOIMessage<T>

TOIMessage<T>: {
    type: T;
}

Type Parameters

  • T = string

Type declaration

  • type: T

Generated using TypeDoc