@terrantula/sdk / withSchema
withSchema<
S,R>(schema,fn):SchemaFn<S,R>
Defined in: packages/sdk/src/helpers.ts:35
S extends ZodObject<ZodRawShape, UnknownKeysParam, ZodTypeAny, {[key: string]: any; }, {[key: string]: any; }>
R
S
(params) => Promise<R>
SchemaFn<S, R>