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

WriteDates

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

Contains the recall bits write dates.

interface WriteDates {
yyyymmFirst?: number;
yyyymmSecond?: number;
yyyymmThird?: number;
}

§Properties

§
yyyymmFirst?: number
[src]

Optional. Write time in YYYYMM format (in UTC, e.g. 202402) for the first bit. Note that this value won't be set if the first bit is false.

§
yyyymmSecond?: number
[src]

Optional. Write time in YYYYMM format (in UTC, e.g. 202402) for the second bit. Note that this value won't be set if the second bit is false.

§
yyyymmThird?: number
[src]

Optional. Write time in YYYYMM format (in UTC, e.g. 202402) for the third bit. Note that this value won't be set if the third bit is false.