/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface ObjectTypeAttributesToDisplay { /** * The identifier of the object type attributes to be displayed */ attributesToDisplayIds: Array; } //# sourceMappingURL=ObjectTypeAttributesToDisplay.d.ts.map