(input: unknown)
| 12 | message: Schema.String, |
| 13 | }) { |
| 14 | static isInstance(input: unknown): input is NotFoundError { |
| 15 | return input instanceof NotFoundError |
| 16 | } |
| 17 | } |
| 18 | |
| 19 | export type Error = FSUtil.Error | NotFoundError |
no outgoing calls
no test coverage detected