| 58 | } |
| 59 | |
| 60 | interface CurrentCollection { |
| 61 | id: number; |
| 62 | data: CollectionData; |
| 63 | ownerId: number; |
| 64 | version: string; |
| 65 | isChanged: boolean; |
| 66 | } |
| 67 | |
| 68 | export type { CollectionSettings, CurrentCollection, Environment, SidebarCollection }; |
| 69 |
nothing calls this directly
no outgoing calls
no test coverage detected