Type alias BatchMigrationModelSystemSidebarElementInput

BatchMigrationModelSystemSidebarElementInput: {
    config?: InputMaybe<Scalars["JSON"]>;
    position?: InputMaybe<Scalars["Int"]>;
    type: SystemSidebarElementType;
}

Type declaration

Generated using TypeDoc