interface DeleteSubnetsResponse {
    subnets: string[];
}

Properties

Properties

subnets: string[]