interface ExactMatchParams {
    expected: Pick<ConversationResponse<Record<string, any>>, "message" | "data">;
}

Properties

Properties

expected: Pick<ConversationResponse<Record<string, any>>, "message" | "data">