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

Values

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

Contains the recall bits values.

interface Values {
bitFirst?: boolean;
bitSecond?: boolean;
bitThird?: boolean;
}

§Properties

§
bitFirst?: boolean
[src]

Required. First recall bit value.

§
bitSecond?: boolean
[src]

Required. Second recall bit value.

§
bitThird?: boolean
[src]

Required. Third recall bit value.