Aspect
import type { Aspect } from "https://googleapis.deno.dev/v1/serviceconsumermanagement:v1.ts";
Aspect represents Generic aspect. It is used to configure an aspect without making direct changes to service.proto
interface Aspect {
kind?: string;
spec?: {};
}[key: string]: any;