Skip to content

Commit

Permalink
revert interface change
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Feb 7, 2025
1 parent 147cd1b commit 0ae01a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface PlaygroundEndpointAliasFormProps {
alias: ApiDefinition.HttpRequestBodyShape.Alias;
types: Record<ApiDefinition.TypeId, ApiDefinition.TypeDefinition>;
ignoreHeaders: boolean;
setBodyJson: (value: unknown, exploded?: boolean) => void;
setBodyJson: (value: unknown) => void;
value: unknown;
}

Expand Down

0 comments on commit 0ae01a1

Please sign in to comment.