Interface Result

interface Result {
    code: Code;
    paths: { destination: string; sources: string[] };
}

Properties

Properties

code: Code
paths: { destination: string; sources: string[] }