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

    Properties

    Properties

    date?: string

    The time when the Account's representative accepted the terms of service. 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 Account's representative accepted the terms of service.

    user_agent?: string

    The user agent of the browser from which the Account's representative accepted the terms of service.