@idkollen/client
    Preparing search index...

    Interface AgeVerificationCompleted

    Returned when the age verification session has completed.

    interface AgeVerificationCompleted {
        ageVerified: boolean;
        id: string;
    }
    Index

    Properties

    Properties

    ageVerified: boolean

    true if the user's age is within the requested range.

    id: string