| 21 | } |
| 22 | |
| 23 | export interface PositionListResponse { |
| 24 | content: Position[] |
| 25 | totalElements: number |
| 26 | totalPages: number |
| 27 | number: number |
| 28 | size: number |
| 29 | } |
| 30 | |
| 31 | export interface CreatePositionRequest { |
| 32 | title: string |
nothing calls this directly
no outgoing calls
no test coverage detected