UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

11 lines (10 loc) 218 B
/** * https://docs.atlassian.com/bitbucket-server/rest/5.16.0/bitbucket-rest.html#idm8297065392 */ export interface FileData { isLastPage: boolean; lines: { text: string; }[]; size: number; }