DatapackDeploymentMessage: {
    message: string;
    type: "warn";
} | {
    code?: string;
    message: string;
    type: "error";
}

Type declaration

  • message: string
  • type: "warn"

Type declaration

  • Optional code?: string
  • message: string
  • type: "error"