feat: add core type definitions (PageInfo, ApiResponse, WsEvent, FingerprintProfile)

This commit is contained in:
2026-08-12 20:38:34 +08:00
parent 01701e461a
commit e3fe330745
5 changed files with 84 additions and 2 deletions
+10 -2
View File
@@ -1,2 +1,10 @@
// @visionl/core — placeholder, to be implemented in Task 2
export const VERSION = '0.1.0';
export { type PageInfo } from './types/page.js';
export { type ApiResponse, ErrorCode } from './types/api.js';
export { type WsEvent } from './types/ws.js';
export {
type FingerprintProfile,
type FingerprintPermissions,
type FingerprintBehavior,
type CanvasNoiseConfig,
type PermissionState,
} from './types/fingerprint.js';