23 lines
571 B
TypeScript
23 lines
571 B
TypeScript
// 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 {
|
|
StorySessionStateInput,
|
|
StorySessionStateProcedureResult,
|
|
} from "./types";
|
|
|
|
export const params = {
|
|
get input() {
|
|
return StorySessionStateInput;
|
|
},
|
|
};
|
|
export const returnType = StorySessionStateProcedureResult |