Interface DeleteMapSectionInput

interface DeleteMapSectionInput {
    isTemplate: boolean;
    rootSlug: string;
    sectionSlug: string;
}

Properties

isTemplate: boolean
rootSlug: string
sectionSlug: string