sfapi-ts

Home > @cjh1/sfapi > TransferStorageBody

TransferStorageBody type

Signature:

export type TransferStorageBody = {
    source: string;
    target: string;
    outdir: string;
    infiles: string;
    username?: string;
};