| 25 | } |
| 26 | |
| 27 | interface SchemaField { |
| 28 | name: string; |
| 29 | type: string; |
| 30 | description: string; |
| 31 | required: boolean; |
| 32 | example?: string; |
| 33 | } |
| 34 | |
| 35 | interface ApprovalRequest { |
| 36 | id: string; |
nothing calls this directly
no outgoing calls
no test coverage detected