Type Alias WithType<T>

WithType<T>: T & {
    __type: string;
}

Type Parameters

  • T extends {}