/** * Model: GetFile200ResponseBranchesInner * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ export interface GetFile200ResponseBranchesInner { /** The key of the branch. */ key: string; /** The name of the branch. */ name: string; /** A URL to a thumbnail image of the branch. */ thumbnail_url: string; /** The UTC ISO 8601 time at which the branch was last modified. */ last_modified: string; } //# sourceMappingURL=get-file200-response-branches-inner.d.ts.map