(id: string, field: "start" | "end" | "fill")
| 64 | } |
| 65 | |
| 66 | export function holdPath(id: string, field: "start" | "end" | "fill"): string { |
| 67 | return `/elements/${escapeIdForPath(id)}/hold/${field}`; |
| 68 | } |
| 69 | |
| 70 | export function elementPath(id: string): string { |
| 71 | return `/elements/${escapeIdForPath(id)}`; |
no test coverage detected