@custouch/jssdk
    Preparing search index...

    Type Alias CountRequest

    type CountRequest = {
        countOption?: { childProjectId?: string; types?: LogType[] };
        withCount?: boolean;
    }
    Index

    Properties

    countOption?: { childProjectId?: string; types?: LogType[] }

    Type declaration

    • OptionalchildProjectId?: string

      统计未访问的子工单数

    • Optionaltypes?: LogType[]

      统计Count的类型,eg.["Reply","StatusChange"],默认为["Reply"]

      detail接口查询的时候会更新types中不包含的类型已读状态

    withCount?: boolean

    是否返回未读消息