Type Alias PropertyName

PropertyName: {
    key: Key;
    kind: "init" | "get" | "set";
    type: "property";
}