Freigeben über


PropertyValueKind type

Definiert Werte für PropertyValueKind. Mögliche Werte sind: 'Invalid', 'Binary', 'Int64', 'Double', 'String', 'Guid'

type PropertyValueKind =
  | "Invalid"
  | "Binary"
  | "Int64"
  | "Double"
  | "String"
  | "Guid"