interface GetTasks {
    expand?: string;
    limit?: number;
    start?: number;
}

Properties

Properties

expand?: string

A comma separated list of properties to expand on the tasks

limit?: number
start?: number

Generated using TypeDoc v0.25.12