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

Interface Position

front/src/api/position.ts:9–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import request from './request'
8
9export interface Position {
10 id: number
11 title: string
12 company: string
13 salaryRange: string
14 experience: string
15 education: string
16 location: string
17 responsibilities: string
18 requirements: string
19 skills: string[]
20 createdAt: string
21}
22
23export interface PositionListResponse {
24 content: Position[]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected