Type Alias CreateConnectionInterfaceOutputResponseV2

CreateConnectionInterfaceOutputResponseV2: {
    id: string;
    name: string;
    schema?: JsonNode;
    sensitive: boolean;
    type: "STRING" | "NUMBER" | "INTEGER" | "OBJECT" | "BOOLEAN";
}

Type declaration

  • id: string
  • name: string
  • Optionalschema?: JsonNode
  • sensitive: boolean
  • type: "STRING" | "NUMBER" | "INTEGER" | "OBJECT" | "BOOLEAN"