better-buddy-share-backend
    Preparing search index...

    Type Alias User

    type User = {
        avatar: string;
        ban_expires_at: Date | null;
        ban_reason: string | null;
        created_at: Date;
        description: string;
        email: string;
        is_banned: boolean;
        password: string;
        profile_banner: string;
        stream_token: string | null;
        user_id: number;
        username: string;
    }
    Index

    Properties

    avatar: string
    ban_expires_at: Date | null
    ban_reason: string | null
    created_at: Date
    description: string
    email: string
    is_banned: boolean
    password: string
    profile_banner: string
    stream_token: string | null
    user_id: number
    username: string