Type Alias VestingDayOfMonth
VestingDayOfMonth:
| "01"
| "02"
| "03"
| "04"
| "05"
| "06"
| "07"
| "08"
| "09"
| "10"
| "11"
| "12"
| "13"
| "14"
| "15"
| "16"
| "17"
| "18"
| "19"
| "20"
| "21"
| "22"
| "23"
| "24"
| "25"
| "26"
| "27"
| "28"
| "29_OR_LAST_DAY_OF_MONTH"
| "30_OR_LAST_DAY_OF_MONTH"
| "31_OR_LAST_DAY_OF_MONTH"
| "VESTING_START_DAY_OR_LAST_DAY_OF_MONTH"
Allowed OCF day_of_month values for monthly vesting periods.