Skip to content

Commit

Permalink
refactor(ccc/export/types): update export
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Nov 16, 2024
1 parent 74dbb5a commit 707d930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ccc/src/export/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export type { Asset, Assets } from './assets'
export type { CharacterBook, CharacterBookEntry } from './character_book'
export type { CharacterBook, CharacterBookEntry, CharacterBookEntryExtensions, CharacterBookExtensions } from './character_book'
export type { CharacterCardV3 } from './character_card_v3'
export type { Data, DataV2, DataV3 } from './data'
export type { Extensions } from './extensions'
export type { Extensions, ExtensionsDepthPrompt } from './extensions'

0 comments on commit 707d930

Please sign in to comment.