From 904bd1731447796cf1a2bd992c89f889f2a6263a Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 2 Aug 2021 17:26:29 +0200 Subject: Renamed the shared types package to api --- packages/api/src/branch.d.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packages/api/src/branch.d.ts (limited to 'packages/api/src/branch.d.ts') diff --git a/packages/api/src/branch.d.ts b/packages/api/src/branch.d.ts new file mode 100644 index 0000000..a32515e --- /dev/null +++ b/packages/api/src/branch.d.ts @@ -0,0 +1,10 @@ +import { LatestCommit } from "./commit"; + +export interface BranchSummary { + id: string, + name: string +} + +export interface Branch extends BranchSummary { + latest_commit: LatestCommit +} \ No newline at end of file -- cgit v1.2.3-18-g5258