import type { MetaDataKeyValuePairStrict } from './meta-data-key-value-pair-strict.js'; /** * Representation of the 'DataRepositoryMetaDataStrict' schema. * @example [ * { * "key": "purpose", * "value": [ * "demonstration" * ] * }, * { * "key": "sample-key", * "value": [ * "sample-value1", * "sample-value2" * ] * } * ] */ export type DataRepositoryMetaDataStrict = MetaDataKeyValuePairStrict[]; //# sourceMappingURL=data-repository-meta-data-strict.d.ts.map