Skip to content

Commit 6b9df46

Browse files
authored
Add additional officer titles (#68)
Reference the additional officer titles - https://docs.unit.co/types/#officer
1 parent a0428c4 commit 6b9df46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import axiosStatic, { AxiosInstance } from "axios"
22

33
export type Status = "Approved" | "Denied" | "PendingReview"
44

5-
export type Title = "CEO" | "COO" | "CFO" | "President"
5+
export type Title = "CEO" | "COO" | "CFO" | "President" | "BenefitsAdministrationOfficer" | "CIO" | "VP" | "AVP" | "Treasurer" | "Secretary" | "Controller" | "Manager" | "Partner" | "Member"
66

77
export type State = "AL" | "AK" | "AZ" | "AR" | "CA" | "CO" | "CT" | "DE" | "FL" | "GA" | "HI" | "ID" | "IL" | "IN" | "IA" | "KS" | "KY" | "LA" | "ME" | "MD" | "MA" | "MI" | "MN" | "MS" | "MO" | "MT" | "NE" | "NV" | "NH" | "NJ" | "NM" | "NY" | "NC" | "ND" | "OH" | "OK" | "OR" | "PA" | "RI" | "SC" | "SD" | "TN" | "TX" | "UT" | "VT" | "VA" | "WA" | "WV" | "WI" | "WY"
88
| "AS" // American Samoa

0 commit comments

Comments
 (0)