diff --git a/libs/client/src/types/endpoints.ts b/libs/client/src/types/endpoints.ts index b63efe3..adfe4a7 100644 --- a/libs/client/src/types/endpoints.ts +++ b/libs/client/src/types/endpoints.ts @@ -511,7 +511,7 @@ export type PointPrompt = { /** * Label of the prompt. 1 for foreground, 0 for background Default value: `"1"` */ - label?: "0" | "1"; + label?: 0 | 1; /** * The frame index to interact with. */