| 45 | |
| 46 | /** Collection stored on disk */ |
| 47 | export interface CharacterCollection { |
| 48 | activeId: string; |
| 49 | items: Record<string, CharacterConfig>; |
| 50 | } |
| 51 | |
| 52 | // --------------------------------------------------------------------------- |
| 53 | // Default character |
nothing calls this directly
no outgoing calls
no test coverage detected