Type alias BatchMigrationUpsertCustomSidebarElementInputToDeleteInput

BatchMigrationUpsertCustomSidebarElementInputToDeleteInput: {
    appApiId: Scalars["String"];
    appElementApiId: Scalars["String"];
}

Type declaration

  • appApiId: Scalars["String"]

    Api Id of the App

  • appElementApiId: Scalars["String"]

    Api Id of the App element associated with the custom sidebar element

Generated using TypeDoc