Skip to content

Commit

Permalink
Rebuild ts schema for recent changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Aug 11, 2024
1 parent b919f21 commit 7011a3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/tool_shed/webapp/frontend/src/schema/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,8 @@ export interface components {
is_dynamic?: boolean
/** Label */
label?: string | null
/** Multiple */
multiple: boolean
/** Name */
name: string
/**
Expand Down Expand Up @@ -1068,6 +1070,8 @@ export interface components {
is_dynamic?: boolean
/** Label */
label?: string | null
/** Multiple */
multiple: boolean
/** Name */
name: string
/**
Expand Down

0 comments on commit 7011a3a

Please sign in to comment.