Skip to content

Commit

Permalink
core: frontend: types: version-chooser: Add LocalVersionsQuery type
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Apr 27, 2023
1 parent 5d06d63 commit d05fbee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/frontend/src/types/version-chooser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ export interface VersionsQuery {
error: (string | null),
}

export interface LocalVersionsQuery {
local: Version[],
error: (string | null),
}

export enum VersionType {
Custom = 'custom',
Master = 'master',
Expand Down

0 comments on commit d05fbee

Please sign in to comment.