interface RawConversation {
    createdOn: number;
    text: string;
    userID: number;
}

Properties

Properties

createdOn: number
text: string
userID: number