Interface WebsiteRemoveContent

interface WebsiteRemoveContent {
    Name: string;
    Paths: string[];
}

Properties

Properties

Name: string
Paths: string[]