Type alias BatchMigrationUpsertSidebarElementInput

BatchMigrationUpsertSidebarElementInput: {
    customSidebarElementsToCreate?: InputMaybe<BatchMigrationModelCustomSidebarElementInput[]>;
    customSidebarElementsToDelete?: InputMaybe<BatchMigrationUpsertCustomSidebarElementInputToDeleteInput[]>;
    sidebarElementsToUpdate?: InputMaybe<BatchMigrationUpsertSidebarElementInputToUpdateInput[]>;
    systemSidebarElementsToCreate?: InputMaybe<BatchMigrationModelSystemSidebarElementInput[]>;
    systemSidebarElementsToDelete?: InputMaybe<BatchMigrationUpsertSystemSidebarElementInputToDeleteInput[]>;
}

Type declaration

Generated using TypeDoc