@@ -741,8 +741,8 @@ export function createRouter(options: RouterOptions): Promise<express.Router>;
|
||||
export const createTemplateAction: <
|
||||
TInputParams extends JsonObject = JsonObject,
|
||||
TOutputParams extends JsonObject = JsonObject,
|
||||
TInputSchema extends Schema | ZodType<any, ZodTypeDef, any> = {},
|
||||
TOutputSchema extends Schema | ZodType<any, ZodTypeDef, any> = {},
|
||||
TInputSchema extends ZodType<any, ZodTypeDef, any> | Schema = {},
|
||||
TOutputSchema extends ZodType<any, ZodTypeDef, any> | Schema = {},
|
||||
TActionInput extends JsonObject = TInputSchema extends ZodType<
|
||||
any,
|
||||
any,
|
||||
|
||||
@@ -53,8 +53,8 @@ export type ActionContext<
|
||||
export const createTemplateAction: <
|
||||
TInputParams extends JsonObject = JsonObject,
|
||||
TOutputParams extends JsonObject = JsonObject,
|
||||
TInputSchema extends Schema | z.ZodType<any, z.ZodTypeDef, any> = {},
|
||||
TOutputSchema extends Schema | z.ZodType<any, z.ZodTypeDef, any> = {},
|
||||
TInputSchema extends z.ZodType<any, z.ZodTypeDef, any> | Schema = {},
|
||||
TOutputSchema extends z.ZodType<any, z.ZodTypeDef, any> | Schema = {},
|
||||
TActionInput extends JsonObject = TInputSchema extends z.ZodType<
|
||||
any,
|
||||
any,
|
||||
|
||||
Reference in New Issue
Block a user