interface MoveFiles {
    from: string;
    to: string;
}

Properties

Properties

from: string
to: string