interface Directory {
    branchId: number;
    createdAt: string;
    directoryId: number;
    exportPattern: string;
    id: number;
    name: string;
    path: string;
    priority: Priority;
    projectId: number;
    title: string;
    updatedAt: string;
}

Properties

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