// generated by diplomat-tool | |
import type { WeekRelativeUnit } from "./WeekRelativeUnit" | |
import type { pointer, codepoint } from "./diplomat-runtime.d.ts"; | |
/** See the [Rust documentation for `WeekOf`](https://docs.rs/icu/latest/icu/calendar/week/struct.WeekOf.html) for more information. | |
*/ | |
export class WeekOf { | |
get week() : number; | |
get unit() : WeekRelativeUnit; | |
} |