Interface DeletePropertiesWithNameRequest

interface DeletePropertiesWithNameRequest {
    categoryId: string;
    name: string;
    office: string;
}

Properties

categoryId: string
name: string
office: string