/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface ObjectTypePosition { /** * The desired new parent of the object type */ toObjectTypeId?: string; /** * The preffered position */ position: number; } //# sourceMappingURL=ObjectTypePosition.d.ts.map