solapi
    Preparing search index...
    type GetMessagesResponse = {
        limit: number;
        messageList: Record<string, Message>;
        nextKey: string | null;
        startKey: string | null;
    }
    Index

    Properties

    limit: number
    messageList: Record<string, Message>
    nextKey: string | null
    startKey: string | null