Type Api

ID: mccijcgccbfbkjjlibjopocgieocnmpc

Could be malicious

Supported Languages

🇨🇳Chinese (Simplified)

Extension Info & Metadata

Status
Removed
Version
0.0.7
Size
0.41 MB
Rating
3.5/5
Reviews
2
Users
19
Type
Extension
Updated
Jun 17, 2021
Category
Productivity Developer
Price
Free
Featured
No
Visibility
Listed
Mature
No
By Google
No
Trusted
No

Publisher Contextual Analysis

Author
yejunqin1992View Profile
MX records exist
Yes
Domain exists
Yes
Is disposable
No
Is role-based
No
Mailbox exists
Yes
Total Extensions
1
Active
0
Obsolete
1
Listed
1
Unlisted
0
Total Users
19

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

TypeScript接口文档生成工具

Type Api是一个TypeScript接口文档生成器, 可以生成有类型声明的文档到你的剪贴板。 #### Pagination类使用泛型 为了减少无用的声明, 分页的接口不再声明`Pagination`类, 因此项目需要声明一个全局`Pagination`类, 接受泛型参数. 在项目的全局声明文件, 如`global.d.ts`加上如下声明: ```ts // type-declarations/global.d.ts type Pagination<T> = { pageList: T[]; // 实体对象列表 pageSize: number; // 每页返回多少条数据 pageNo: number; // 当前页码,从1开始 totalCount: number; // 总记录数 totalPage: number; // 总页数 nextPage: number; // 下一页页码 prePage: number; // 上一页页码 lastPage: boolean; // 是否最后一页 firstPage: boolean; // 是否第一页 }; ``` ##### PageInfo分页类 财务后端分页使用的是PageInfo类, 同样的在全局声明文件加上: ```ts // type-declarations/global.d.ts type PageInfo<T> = { pageNum: number; pageSize: number; size: number; startRow: number; endRow: number; pages: number; prePage: number; nextPage: number; isFirstPage: boolean; isLastPage: boolean; hasPreviousPage: boolean; hasNextPage: boolean; navigatePages: number; navigatepageNums: number; navigateFirstPage: number; navigateLastPage: number; total: number; list: T[]; } ``` 更多:https://git.lianjia.com/sh-fe/ts-declare-generator/-/blob/master/README.md

Extracted Data

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

URLs
12
IPv4
0
IPv6
0

URLs

View the external URLs this extension communicates with to understand its network activity and data interactions.

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

www.w3.org/1999/02/22-rdf-syntax-nshttp://www.w3.org/1999/02/22-rdf-syntax-ns#
ns.adobe.com/tiff/1.0/http://ns.adobe.com/tiff/1.0/
ns.adobe.com/xap/1.0/http://ns.adobe.com/xap/1.0/
ns.adobe.com/xap/1.0/mm/http://ns.adobe.com/xap/1.0/mm/
ns.adobe.com/xap/1.0/sType/ResourceRefhttp://ns.adobe.com/xap/1.0/sType/ResourceRef#
cdnjs.com/libraries/toastr.jshttps://cdnjs.com/libraries/toastr.js
ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.jshttps://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js
chrome.google.com/webstore/detail/type-api/mccijcgccbfbkjjlibjopocgieocnmpchttps://chrome.google.com/webstore/detail/type-api/mccijcgccbfbkjjlibjopocgieocnmpc
doc.shoff.ke.com/v1/doc/new/1868279384/spi/-1255037899/method/-845316095http://doc.shoff.ke.com/v1/doc/new/1868279384/spi/-1255037899/method/-845316095
clients2.google.com/service/update2/crxhttps://clients2.google.com/service/update2/crx
Showing 1 to 10 of 20 rows
Rows per page:

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

No IP addresses found

Version History

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

Code Diff

Compare extension code between any two versions.

0 changed files detected

No comparable text files found between these versions.

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

Browse and explore files within this extension package

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.