Type alias Getter<T>

Getter<T>: T & {
    [brand]: "Getter";
}

Type Parameters

  • T

Type declaration

  • Readonly [brand]: "Getter"

Description

Branded type that marks a property as a getter-only accessor.