Type Alias TReadonly<T>

TReadonly<T>: T & {
    [ReadonlyKind]: "Readonly";
}

Type Parameters