sfapi-ts

Home > @cjh1/sfapi > Tasks

Tasks type

Signature:

export type Tasks = {
    tasks?: Array<Task>;
};

References: Task