@kiwicom/orbit-tracking
Version:
Tracking for orbit design system
19 lines (16 loc) • 442 B
TypeScript
import { P as ProjectNode, U as User } from '../interfaces-974f9e53.js';
declare const mapProjects: (data: ProjectNode[], folderName: string) => {
cmd: string;
name: string;
url: string;
id: string;
description: string;
createdAt: string;
lastCommit: {
title: string;
sha: string;
webUrl: string;
};
members: Record<"maintainers" | "owners", User[]>;
}[];
export { mapProjects };