1// generated by diplomat-tool 2import type { WeekRelativeUnit } from "./WeekRelativeUnit" 3import type { pointer, codepoint } from "./diplomat-runtime.d.ts"; 4 5 6/** See the [Rust documentation for `WeekOf`](https://docs.rs/icu/latest/icu/calendar/week/struct.WeekOf.html) for more information. 7*/ 8 9 10export class WeekOf { 11 12 get week() : number; 13 14 get unit() : WeekRelativeUnit; 15 16}