Website JS front end modules
    Preparing search index...

    JSDoc

    interface User {
        email?: string;
        id?: string | number;
        ip_address?: string;
        segment?: string;
        username?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    email?: string
    id?: string | number
    ip_address?: string
    segment?: string
    username?: string