(video: typeof Db.videos.$inferSelect)
| 16 | import { parseVideoIdOrFileKey } from "../utils"; |
| 17 | |
| 18 | const decodeVideo = (video: typeof Db.videos.$inferSelect) => |
| 19 | decodeStorageVideo(video); |
| 20 | |
| 21 | function contentTypeForSubpath(subpath: string): string { |
| 22 | if (subpath.endsWith(".json")) return "application/json"; |
no test coverage detected