Files
Genarrative/src/spacetime/generated/start_ai_task_reducer.ts
2026-04-23 06:01:00 +08:00

22 lines
458 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 {
AiTaskStartInput,
} from "./types";
export default {
get input() {
return AiTaskStartInput;
},
};