Interface ListMapTasksInput

interface ListMapTasksInput {
    includeCommentSlugs?: boolean;
    isTemplate?: boolean;
    limit?: number;
    offset?: number;
    rootSlug: string;
    sectionSlug?: string;
    taskType?: MapTaskType;
}

Properties

includeCommentSlugs?: boolean
isTemplate?: boolean
limit?: number
offset?: number
rootSlug: string
sectionSlug?: string
taskType?: MapTaskType