Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 | 284x 132x 132x 132x 132x | // TODO: Refactor out
export enum Authority {
MED_SPA = "medicaid spa",
CHIP_SPA = "chip spa",
"1915b" = "1915(b)",
"1915c" = "1915(c)",
}
export type AuthorityUnion = "Medicaid SPA" | "CHIP SPA" | "1915(b)" | "1915(c)";
|