Interface DefinitionPart

interface DefinitionPart {
    kind: string;
    type: "required" | "optional" | "repeated";
}

Properties

Properties

kind: string
type: "required" | "optional" | "repeated"