Interface DeleteMapTaskInput

interface DeleteMapTaskInput {
    isTemplate?: boolean;
    rootSlug: string;
    taskSlug: string;
}

Properties

isTemplate?: boolean
rootSlug: string
taskSlug: string