/**
 * Representation of the 'MetadataOperationEnum' schema.
 */
export type MetadataOperationEnum = 'add' | 'remove' | 'replace' | 'delete_key';
//# sourceMappingURL=metadata-operation-enum.d.ts.map