umami-api-js
    Preparing search index...

    Interface Website

    interface Website {
        createdAt: Date;
        createdBy: string;
        deletedAt: Date | null;
        domain: string;
        id: string;
        name: string;
        resetAt: Date | null;
        shareId: string | null;
        teamId: string | null;
        updatedAt: Date | null;
        userId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    createdAt: Date
    createdBy: string
    deletedAt: Date | null
    domain: string
    id: string
    name: string
    resetAt: Date | null
    shareId: string | null
    teamId: string | null
    updatedAt: Date | null
    userId: string