Type alias ExitCode

ExitCode: {
    exitCode: number;
    topic: string;
    uuid: string;
}

Type declaration

  • exitCode: number
  • topic: string
  • uuid: string

Generated using TypeDoc