Type alias ITyped<T>

ITyped<T>: {
    type: T;
}

Type Parameters

  • T = any

Type declaration

  • type: T