Interface PatchProjectsEmbankmentsWithNameRequest

interface PatchProjectsEmbankmentsWithNameRequest {
    name: string;
    name2: string;
    office: string;
}

Properties

Properties

name: string
name2: string
office: string