File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,7 @@ export interface GenericMutationCtx<DataModel extends GenericDataModel> {
149149 ...args : OptionalRestArgs < Mutation >
150150 ) => Promise < FunctionReturnType < Mutation > > ;
151151
152+ /** @internal */
152153 meta : MutationMeta ;
153154}
154155
@@ -242,6 +243,7 @@ export interface GenericQueryCtx<DataModel extends GenericDataModel> {
242243 ...args : OptionalRestArgs < Query >
243244 ) => Promise < FunctionReturnType < Query > > ;
244245
246+ /** @internal */
245247 meta : QueryMeta ;
246248}
247249
@@ -404,6 +406,7 @@ export interface GenericActionCtx<DataModel extends GenericDataModel> {
404406 > ,
405407 ) : Promise < Array < { _id : Id < TableName > ; _score : number } > > ;
406408
409+ /** @internal */
407410 meta : ActionMeta ;
408411}
409412
You can’t perform that action at this time.
0 commit comments