@theophilusdev/conduit
    Preparing search index...

    Interface UserInfo

    interface UserInfo {
        firstName: string;
        gender: "MALE" | "FEMALE";
        isBirthDay: boolean;
        isFriend: boolean;
        name: string;
        profileUrl: string;
        searchTokens: string[];
        thumbSrc: string;
        type: "user";
        vanity: string;
    }
    Index

    Properties

    firstName: string
    gender: "MALE" | "FEMALE"
    isBirthDay: boolean
    isFriend: boolean
    name: string
    profileUrl: string
    searchTokens: string[]
    thumbSrc: string
    type: "user"
    vanity: string