diff --git a/generators/python-v2/ast/src/Reference.ts b/generators/python-v2/ast/src/Reference.ts index 85b923b1e8d..c3fed7fd680 100644 --- a/generators/python-v2/ast/src/Reference.ts +++ b/generators/python-v2/ast/src/Reference.ts @@ -24,9 +24,9 @@ export declare namespace Reference { export class Reference extends AstNode { public readonly name: string; public readonly modulePath: ModulePath; - private readonly genericTypes: AstNode[]; + public readonly genericTypes: AstNode[]; public readonly alias: string | undefined; - private readonly attribute: AttrPath; + public readonly attribute: AttrPath; constructor({ name, modulePath, genericTypes, alias, attribute }: Reference.Args) { super();