Skip to content

Commit 0ee9f2f

Browse files
committed
chore(openapi): regenerate openapi-full.ts
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent f6f88b7 commit 0ee9f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/openapi/openapi-full.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ export type components = {
276276
};
277277
};
278278
/** @enum {string} */
279-
Type: "text" | "number" | "select";
279+
Type: "text" | "number" | "select" | "multiselect";
280280
ValuePayload: {
281281
value: Record<string, never>;
282282
};

0 commit comments

Comments
 (0)