| 12 | } |
| 13 | |
| 14 | export interface PaginatedResultsWrapper<T> extends ResultsWrapper<T> { |
| 15 | totalEntries: number; |
| 16 | } |
| 17 | |
| 18 | // Generic response types |
| 19 | export interface GenericBooleanResponse { |
nothing calls this directly
no outgoing calls
no test coverage detected