Mayson Monorepo Documentation
    Preparing search index...
    interface DirectorshipDeclaration {
        date?: string;
        ip?: string;
        user_agent?: string;
    }
    Index

    Properties

    Properties

    date?: string

    The time marking when the director attestation was made. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.

    ip?: string

    The IP address from which the director attestation was made.

    user_agent?: string

    The user agent of the browser from which the director attestation was made.