Add local repo contents

This commit is contained in:
willchen96 2026-04-29 19:49:06 +02:00
parent 65739ef1ce
commit d9690965b5
176 changed files with 68998 additions and 0 deletions

View file

@ -0,0 +1,23 @@
export const PRACTICE_OPTIONS = [
"General Transactions",
"Corporate",
"Finance",
"Litigation",
"Real Estate",
"Tax",
"Employment",
"IP",
"Competition",
"Tech Transactions",
"Project Finance",
"EC/VC",
"Private Equity",
"Private Credit",
"ECM",
"DCM",
"Lev Fin",
"Arbitration",
"Others",
] as const;
export type Practice = (typeof PRACTICE_OPTIONS)[number];