| 3 | /* eslint-disable */ |
| 4 | |
| 5 | export interface StringIdAndNamedObject { |
| 6 | id: string; |
| 7 | name: string; |
| 8 | } |
| 9 | |
| 10 | export interface UserToCollectionExtraInformation { |
| 11 | is_hidden: boolean | null; |
nothing calls this directly
no outgoing calls
no test coverage detected