| 8 | } |
| 9 | |
| 10 | export interface UserToCollectionExtraInformation { |
| 11 | is_hidden: boolean | null; |
| 12 | } |
| 13 | |
| 14 | export interface CollectionItemCollaboratorInformation { |
| 15 | collaborator: StringIdAndNamedObject; |
nothing calls this directly
no outgoing calls
no test coverage detected