From c9219f6e1b77a01225fca430231868dc9d5e83af Mon Sep 17 00:00:00 2001 From: Paul Grin Date: Tue, 23 Jan 2024 15:23:56 +0100 Subject: [PATCH] fix: main index file --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 70129ce..3c8ad70 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,7 +4,7 @@ export * from './types/song'; export * from './types/playback-status'; -export * from './types/catalog-search-type'; +export * from './types/catalog-search'; export * from './types/auth-status';