Skip to content

Commit

Permalink
chore: Updated generated code.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Feb 16, 2024
1 parent 195ff6a commit 3236bed
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*-
* #%L
* plc4j-tools-ui-frontend
* PLC4J: Tools: Frontend
* %%
* Copyright (C) 2017 - 2024 The Apache Software Foundation
* %%
Expand Down Expand Up @@ -57,8 +57,8 @@ export interface ApplicationEvent extends EventObject {
}

export interface OptionMetadata {
requiredOptions: Option[];
options: Option[];
requiredOptions: Option[];
}

export interface EventObject extends Serializable {
Expand All @@ -69,8 +69,8 @@ export interface Option {
key: string;
type: OptionType;
defaultValue?: any;
description: string;
required: boolean;
description: string;
}

export interface Serializable {
Expand Down

0 comments on commit 3236bed

Please sign in to comment.