类型别名 UseQueryHook

使用查询钩子: {
    <t>(options , deps ? ) : Results < T & Object < T , none >> ;
    < T > ( options , deps ? ) : Results < T > ;
    < T > ( type ) : Results < T & Object < T ,从不>>
    < T > ( type ) :结果< T >
    < T > ( type , 查询 ?, deps ? ) : Results < T & Object < T , none >> ;
    < T > ( type , 查询 ?, deps ? ) : Results < T > ;
}

类型声明

使用TypeDoc生成