MCPcopy
hub / github.com/Molunerfinn/PicGo / IResultFileObject

Interface IResultFileObject

src/main/utils/handleArgv.ts:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { Logger } from 'picgo'
4import { isUrl } from '~/universal/utils/common'
5interface IResultFileObject {
6 path: string
7}
8type Result = IResultFileObject[]
9
10interface IHandleArgvResult {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected