This commit is contained in:
23
src/spacetime/generated/compile_big_fish_draft_procedure.ts
Normal file
23
src/spacetime/generated/compile_big_fish_draft_procedure.ts
Normal file
@@ -0,0 +1,23 @@
|
||||
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
|
||||
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
|
||||
|
||||
/* eslint-disable */
|
||||
/* tslint:disable */
|
||||
import {
|
||||
TypeBuilder as __TypeBuilder,
|
||||
t as __t,
|
||||
type AlgebraicTypeType as __AlgebraicTypeType,
|
||||
type Infer as __Infer,
|
||||
} from "spacetimedb";
|
||||
|
||||
import {
|
||||
BigFishDraftCompileInput,
|
||||
BigFishSessionProcedureResult,
|
||||
} from "./types";
|
||||
|
||||
export const params = {
|
||||
get input() {
|
||||
return BigFishDraftCompileInput;
|
||||
},
|
||||
};
|
||||
export const returnType = BigFishSessionProcedureResult
|
||||
Reference in New Issue
Block a user