Type Alias PluginForAppCreationV2ResponseRequiredConnectionInterfaceByTypeConnectionInterfaceInput

PluginForAppCreationV2ResponseRequiredConnectionInterfaceByTypeConnectionInterfaceInput: {
    name: string;
    type: "BOOLEAN" | "NUMBER" | "STRING" | "SECRET" | "ARRAY" | "OBJECT";
}

Type declaration

  • name: string
  • type: "BOOLEAN" | "NUMBER" | "STRING" | "SECRET" | "ARRAY" | "OBJECT"