mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 08:36:01 +00:00
fixes
This commit is contained in:
@@ -17,8 +17,7 @@ export type TaskResult<Output = any> = {
|
||||
|
||||
export type TaskRenderProps<T extends Task = Task> = any;
|
||||
|
||||
// @todo: CURRENT WORKAROUND
|
||||
export const dynamic = <S extends s.Schema>(a: S, b?: any) => null as unknown as S;
|
||||
export const dynamic = <S extends s.Schema>(a: S, b?: any) => a;
|
||||
|
||||
/* export function dynamic<Type extends TSchema>(
|
||||
type: Type,
|
||||
|
||||
Reference in New Issue
Block a user