Interface ListMapTasksInput

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

Properties

includeCommentSlugs?: boolean
limit?: number
offset?: number
roomSlug: string
sectionSlug?: string
taskType?: MapTaskType