diff --git a/src/index.ts b/src/index.ts index 3cc6ae8..263ddbc 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,4 @@ -type Deps> = { +export type Deps> = { [P in keyof T]: T[P] extends { _velona: boolean } ? (...args: Parameters) => ReturnType : T[P]