Skip to content

Commit

Permalink
add license header
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Dommasch <alex.dommasch@cascadeenergy.com>
  • Loading branch information
alex-at-cascade committed Jan 30, 2024
1 parent 7362d34 commit 8ac90e5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/types/types.test-d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright OpenSearch Contributors
* SPDX-License-Identifier: Apache-2.0
*
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*
*/

import { expectAssignable } from 'tsd';
import { MappingProperty } from '../../api/types';

Expand Down

0 comments on commit 8ac90e5

Please sign in to comment.