import { ConfigPropertyRepresentation } from "./configPropertyRepresentation.js";
export default interface RequiredActionConfigInfoRepresentation {
    properties?: ConfigPropertyRepresentation[];
}
