Type alias Raw<T>

Raw<T>: T & {
    [RawSymbol]?: true;
}

Type Parameters

  • T

Type declaration

  • Optional [RawSymbol]?: true