MCPcopy Create free account
hub / github.com/LQF-dev/smart-hr / PositionListResponse

Interface PositionListResponse

front/src/api/position.ts:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23export interface PositionListResponse {
24 content: Position[]
25 totalElements: number
26 totalPages: number
27 number: number
28 size: number
29}
30
31export interface CreatePositionRequest {
32 title: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected