interface CompressFilesRequest {
    paths: string[];
    to: string;
}

Properties

Properties

paths: string[]
to: string

Generated using TypeDoc