Interface DeleteMapTaskInput

interface DeleteMapTaskInput {
    roomSlug: string;
    taskSlug: string;
}

Properties

Properties

roomSlug: string
taskSlug: string