Skip to content

Commit

Permalink
build bustage fix for #76
Browse files Browse the repository at this point in the history
  • Loading branch information
ajvincent committed Mar 1, 2024
1 parent 1aaaf9e commit 5b8f2e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export type ClassScopeMemberQuestion = ClassMemberQuestion<
>;

export interface ClassStatementsGetter {
getStatements(key: MemberedStatementsKey): readonly stringWriterOrStatementImpl[];
getStatements(key: MemberedStatementsKey): stringWriterOrStatementImpl[];
}

export type NamedClassMemberImpl = Extract<ClassMemberImpl, { name: string }>;
Expand Down

0 comments on commit 5b8f2e4

Please sign in to comment.