-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlookups.d.ts
More file actions
33 lines (33 loc) · 823 Bytes
/
lookups.d.ts
File metadata and controls
33 lines (33 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
export declare const appTypes: Readonly<{
AB: "Allegation of Breach";
BH: "Bail Hearing";
EP: "Early Resolution Meeting";
ER: "Early Resolution Meeting";
FA: "First Appearance";
FE: "Further Evidence";
JU: "Judgement";
MO: "Motion";
PT: "Pre Trial";
SD: "Set a Date";
ST: "To Be Spoken To";
TP: "To Take a Plea";
TR: "Trial";
}>;
export declare const actions: Readonly<{
ADJ: "Adjourned";
MOG: "Motion Granted";
OIE: "On Docket In Error";
S: "Sentenced";
SIA: "Sentenced in Absentia";
WD: "Withdrawn";
WDA: "Withdrawn Direct Accountability";
WPB: "Withdrawn Peace Bond";
}>;
export declare const pleas: Readonly<{
G: "Guilty";
NG: "Not Guilty";
}>;
export declare const finds: Readonly<{
G: "Guilty";
NG: "Not Guilty";
}>;