Skip to content

Commit 21ebfa0

Browse files
committed
fix(types): add 'list' operation context to Options type
1 parent 0161f57 commit 21ebfa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/src/typescript-expression-transformer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ type Options = {
3838
thisExprContext?: string;
3939
futureRefContext?: string;
4040
context: ExpressionContext;
41-
operationContext?: 'read' | 'create' | 'update' | 'postUpdate' | 'delete';
41+
operationContext?: 'read' | 'create' | 'update' | 'postUpdate' | 'delete' | 'list';
4242
};
4343

4444
type Casing = 'original' | 'upper' | 'lower' | 'capitalize' | 'uncapitalize';

0 commit comments

Comments
 (0)