Interface EditParams

interface EditParams {
    buffer: Buffer;
    location: string;
}

Properties

Properties

buffer: Buffer
location: string