Interface CreateMapSectionInput

interface CreateMapSectionInput {
    cloneTasksFromSectionSlug?: string;
    isTemplate: boolean;
    rootSlug: string;
    title: string;
}

Properties

cloneTasksFromSectionSlug?: string
isTemplate: boolean
rootSlug: string
title: string