1
This commit is contained in:
23
src/spacetime/generated/swap_puzzle_pieces_procedure.ts
Normal file
23
src/spacetime/generated/swap_puzzle_pieces_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 {
|
||||
PuzzleRunProcedureResult,
|
||||
PuzzleRunSwapInput,
|
||||
} from "./types";
|
||||
|
||||
export const params = {
|
||||
get input() {
|
||||
return PuzzleRunSwapInput;
|
||||
},
|
||||
};
|
||||
export const returnType = PuzzleRunProcedureResult
|
||||
Reference in New Issue
Block a user