OtifPresetType: {
    configuration?: KeyValuePairType[];
    resource?: NameURIPairType[];
    uuid: string;
    versionMajor: number;
    versionMinor: number;
    versionPatch: number;
}

Type declaration

  • Optional configuration?: KeyValuePairType[]
  • Optional resource?: NameURIPairType[]
  • uuid: string
  • versionMajor: number
  • versionMinor: number
  • versionPatch: number