Interface DeleteMapSectionInput

interface DeleteMapSectionInput {
    roomSlug: string;
    sectionSlug: string;
}

Properties

roomSlug: string
sectionSlug: string