Skip to content

Commit

Permalink
Update ReturnValues type
Browse files Browse the repository at this point in the history
  • Loading branch information
nderscore committed Mar 15, 2022
1 parent 97e5cf1 commit 35cea1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/runty/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export type RuntyFunctionDictionary<V extends VariableDictionary> = Record<strin

export type ReturnValues<V extends VariableDictionary, F extends RuntyFunctionDictionary<V>> =
| string
| NestedValueOf<V>
| ReturnType<ValueOf<F>>;

export type RuntyOptions<V extends VariableDictionary> = {
Expand Down

0 comments on commit 35cea1c

Please sign in to comment.