Type Alias GetMessagesResponse
GetMessagesResponse: { limit: number; messageList: Record<string, Message>; nextKey: string | null; startKey: string | null;} Type declaration
limit: number
messageList: Record<string, Message>
nextKey: string | null
startKey: string | null