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

DeviceRecall

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

Contains the recall bits per device set by the developer.

interface DeviceRecall {
values?: Values;
writeDates?: WriteDates;
}

§Properties

§
values?: Values
[src]

Required. Contains the recall bits values.

§
writeDates?: WriteDates
[src]

Required. Contains the recall bits write dates.