export interface MetadataProperty { type: 'object'; additionalProperties: boolean; description?: string; } //# sourceMappingURL=MetadataProperty.d.ts.map