umami-api-js
    Preparing search index...

    Interface MinimalUserWithCreatedAt

    interface MinimalUserWithCreatedAt {
        createdAt: Date;
        id: string;
        role: Role;
        username: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    createdAt: Date
    id: string
    role: Role
    username: string