solapi
    Preparing search index...
    type GetMessagesFinalizedPayload = {
        dateType?: DateType;
        endDate?: string;
        from?: string;
        groupId?: string;
        limit?: number;
        messageId?: string;
        messageIds?: ReadonlyArray<string>;
        startDate?: string;
        startKey?: string;
        statusCode?: string;
        to?: string;
        type?: string;
    }
    Index

    Properties

    dateType?: DateType
    endDate?: string
    from?: string
    groupId?: string
    limit?: number
    messageId?: string
    messageIds?: ReadonlyArray<string>
    startDate?: string
    startKey?: string
    statusCode?: string
    to?: string
    type?: string