OneSDK
    Preparing search index...

    Interface User

    interface User {
        agreed_to_terms: boolean;
        bio: string;
        city?: any;
        country?: any;
        discord: string;
        email_verified_at: string;
        facebook: string;
        id: number;
        instagram: string;
        profile_pic: string;
        state?: any;
        tiktok: string;
        twitter: string;
        username: string;
        youtube: string;
    }
    Index

    Properties

    agreed_to_terms: boolean
    bio: string
    city?: any
    country?: any
    discord: string
    email_verified_at: string
    facebook: string
    id: number
    instagram: string
    profile_pic: string
    state?: any
    tiktok: string
    twitter: string
    username: string
    youtube: string