Skip to content

Commit

Permalink
update the gen sample to ensure it does not change
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang committed Jul 31, 2024
1 parent a95653d commit fa8e876
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ export type EnsureVerbDecorator = (
export type DefaultFinalStateViaDecorator = (
context: DecoratorContext,
target: Operation,
states: readonly ("operation-location" | "location" | "azure-async-operation")[]
states: unknown
) => void;

0 comments on commit fa8e876

Please sign in to comment.