| 1 | import type { RuntimeServer } from "../../runtime/src" |
| 2 | import { optionalBoolean, optionalFiniteNumber, optionalStringEnum, requiredString, validateParams } from "./validation" |
| 3 | |
| 4 | export interface RuntimeNodeFilesAdapter { |
nothing calls this directly
no test coverage detected