interface LatestChat {
    chatId: string;
    createdAt: string;
}

Properties

Properties

chatId: string
createdAt: string