1 2 3 4 5
export const MOCK_MESSAGE = { id: 100, }; export const MOCK_MESSAGES = [MOCK_MESSAGE, { id: 200 }, { id: 300 }];