SuccessResult: {
    html?: string;
    invalidated: Set<string>;
    message: string;
    type: "Success";
}

Type declaration

  • Optional html?: string
  • invalidated: Set<string>
  • message: string
  • type: "Success"