/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface ObjectSchemaIn { name: string; objectSchemaKey: string; description?: string; } //# sourceMappingURL=ObjectSchemaIn.d.ts.map