@idkollen/client
    Preparing search index...

    Interface AgeVerificationPending

    Returned while the user has not yet completed age verification.

    interface AgeVerificationPending {
        id: string;
        maxAge?: number;
        minAge?: number;
        url?: string;
    }
    Index

    Properties

    Properties

    id: string
    maxAge?: number
    minAge?: number
    url?: string