Primary
Primary: T extends object
? ReadonlyPrimary<PK> : T extends object
? ReadonlyPrimary<PK> | string
: T extends object
? ReadonlyPrimary<PK> : T extends object
? ReadonlyPrimary<PK> : never
Was this section helpful?
Primary: T extends object
? ReadonlyPrimary<PK> : T extends object
? ReadonlyPrimary<PK> | string
: T extends object
? ReadonlyPrimary<PK> : T extends object
? ReadonlyPrimary<PK> : never