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

SignatureValidityPeriod

import type { SignatureValidityPeriod } from "https://aws-api.deno.dev/v0.3/services/signer.ts?docs=full";

The validity period for a signing job.

interface SignatureValidityPeriod {
type?: ValidityType | null;
value?: number | null;
}

§Properties

§
type?: ValidityType | null
[src]

The time unit for signature validity.

§
value?: number | null
[src]

The numerical value of the time unit for signature validity.