Skip to content

Commit 034b82d

Browse files
author
codegen-bot
committed
fixed TSCodebaseType
1 parent fc6578e commit 034b82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegen/sdk/core/codebase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def imports(self) -> list[TImport]:
279279

280280
@property
281281
@py_noapidoc
282-
def exports(self: 'Codebase[TSFile, Directory, TSSymbol, TSClass, TSFunction, TSImport, TSAssignment, TSInterface, TSTypeAlias, TSParameter, TSCodeBlock]') -> list[TSExport]:
282+
def exports(self: 'TSCodebaseType') -> list[TSExport]:
283283
"""Returns a list of all Export nodes in the codebase.
284284
285285
Retrieves all Export nodes from the codebase graph. These exports represent all export statements across all files in the codebase,

0 commit comments

Comments
 (0)