/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface ReferenceTypeAsResponse { workspaceId: string; globalId: string; id?: string; name: string; description?: string; color?: string; url16?: string; removable?: boolean; objectSchemaId?: string; } //# sourceMappingURL=ReferenceTypeAsResponse.d.ts.map