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

AnnotationsSummary

import type { AnnotationsSummary } from "https://googleapis.deno.dev/v1/books:v1.ts";
interface AnnotationsSummary {
kind?: string;
layers?: {
allowedCharacterCount?: number;
layerId?: string;
limitType?: string;
remainingCharacterCount?: number;
updated?: string;
}
[]
;
}

§Properties

§
kind?: string
[src]
§
layers?: {
allowedCharacterCount?: number;
layerId?: string;
limitType?: string;
remainingCharacterCount?: number;
updated?: string;
}
[]
[src]