sfapi-ts

Home > @cjh1/sfapi > SubmitJobBody

SubmitJobBody type

Signature:

export type SubmitJobBody = {
    isPath: boolean;
    job: string;
};