Skip to content

Commit

Permalink
refactor(playground): More detailed typing to variable format record
Browse files Browse the repository at this point in the history
  • Loading branch information
cephalization committed Oct 14, 2024
1 parent f21d943 commit ff8a18e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const format = ({
*
* If a variable is not found in this object, it will be left as is.
*/
variables: Record<string, string | number | boolean>;
variables: Record<string, string | number | boolean | undefined>;
/**
* Runs after formatting the text but just before returning the result
*
Expand Down

0 comments on commit ff8a18e

Please sign in to comment.