Skip to content

Commit b2b1e72

Browse files
committed
comments fix
1 parent d32bc9f commit b2b1e72

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/core/src/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Internal barrel — re-exports everything for use within the SDK packages.
2-
// External consumers should use publicExports.ts instead for a curated public API.
2+
// External consumers should use exports/public/index.ts instead for a curated public API.
33
export * from './constants.js';
44
export * from './enums.js';
55
export * from './errors.js';

packages/core/src/types/types.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import type * as z from 'zod/v4';
22

33
import type { INTERNAL_ERROR, INVALID_PARAMS, INVALID_REQUEST, METHOD_NOT_FOUND, PARSE_ERROR } from './constants.js';
4-
// eslint-disable-next-line @typescript-eslint/consistent-type-imports -- value import needed for typeof in Infer<>
5-
import {
4+
import type {
65
AnnotationsSchema,
76
AudioContentSchema,
87
BaseMetadataSchema,

0 commit comments

Comments
 (0)