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.