Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ReplaceAllTextResponse

import type { ReplaceAllTextResponse } from "https://googleapis.deno.dev/v1/docs:v1.ts";

The result of replacing text.

interface ReplaceAllTextResponse {
occurrencesChanged?: number;
}

§Properties

§
occurrencesChanged?: number
[src]

The number of occurrences changed by replacing all text.