mirror of
https://github.com/willchen96/mike.git
synced 2026-06-24 21:38:06 +02:00
Add local repo contents
This commit is contained in:
parent
65739ef1ce
commit
d9690965b5
176 changed files with 68998 additions and 0 deletions
23
frontend/src/app/components/workflows/practices.ts
Normal file
23
frontend/src/app/components/workflows/practices.ts
Normal 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];
|
||||
Loading…
Add table
Add a link
Reference in a new issue