@valon-technologies/gestalt
    Preparing search index...

    Interface GrantDetails

    OIDF-shaped grant details.

    interface GrantDetails {
        scopes: GrantScope[];
        createdAt: number | bigint;
        expiresAt: number | bigint;
    }
    Index

    Properties

    scopes: GrantScope[]
    createdAt: number | bigint
    expiresAt: number | bigint