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 | 186x 85x 85x 85x 85x | // 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)"; |