this.gui
    Preparing search index...

    Type Alias CanonicalProfileSnapshot

    type CanonicalProfileSnapshot = {
        avatar?: string | null;
        bio?: string | null;
        email?: string | null;
        name?: string | null;
        phone?: string | null;
        username?: string | null;
    }
    Index

    Properties

    avatar?: string | null
    bio?: string | null
    email?: string | null
    name?: string | null
    phone?: string | null
    username?: string | null