interface Branch {
    createdAt: string;
    exportPattern: string;
    id: number;
    name: string;
    priority: Priority;
    projectId: number;
    title: string;
    updatedAt: string;
}

Properties

createdAt: string
exportPattern: string
id: number
name: string
priority: Priority
projectId: number
title: string
updatedAt: string