⚠️ Internal: This API is not publically exported by the package.
interface ITraitConfig {
    transient?: boolean;
    value: string | number | boolean;
}

Properties

Properties

transient?: boolean
value: string | number | boolean