ModuleConfiguration

public struct ModuleConfiguration : Decodable

Undocumented

  • Undocumented

    See more

    Declaration

    Swift

    public struct Property : Decodable
  • outputs describes the output value configurations in the module. Property names here are the output value names

    Declaration

    Swift

    public let outputs: [String : Property]