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

DismissDecision

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

A decision that has been made to dismiss an approval request.

interface DismissDecision {
dismissTime?: Date;
implicit?: boolean;
}

§Properties

§
dismissTime?: Date
[src]

The time at which the approval request was dismissed.

§
implicit?: boolean
[src]

This field will be true if the ApprovalRequest was implicitly dismissed due to inaction by the access approval approvers (the request is not acted on by the approvers before the exiration time).