Hierarchy

  • ThreadedComments

Properties

Properties

comments: {
    [k: string]: ThreadedComment[];
}

Type declaration

users: {
    [k: string]: {
        isAdmin: number;
        userAvatar: string;
        userName: string;
    };
}

Type declaration

  • [k: string]: {
        isAdmin: number;
        userAvatar: string;
        userName: string;
    }
    • isAdmin: number
    • userAvatar: string
    • userName: string

Generated using TypeDoc