ConnectionInterfaceOutputResponse: {
    id: string;
    name: string;
    sensitive: boolean;
    type: "STRING" | "NUMBER" | "INTEGER" | "OBJECT" | "BOOLEAN";
}

Type declaration

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