Skip to content

Commit 7c1c549

Browse files
committed
Fix, wrong naming
1 parent 841803d commit 7c1c549

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/cma-client/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ export * from './utilities/recursiveBlocks';
1515
export * from './utilities/schemaRepository';
1616
export type { ApiTypes, RawApiTypes };
1717
// Legacy names
18-
export type { ApiTypes as SchemaTypes, RawApiTypes as SimpleSchemaTypes };
18+
export type { ApiTypes as SimpleSchemaTypes, RawApiTypes as SchemaTypes };
1919

2020
import type * as ApiTypes from './generated/ApiTypes';
2121
import type * as RawApiTypes from './generated/RawApiTypes';
22+

0 commit comments

Comments
 (0)