// generated by diplomat-tool import type { pointer, codepoint } from "./diplomat-runtime.d.ts"; /** Additional information: [1](https://docs.rs/icu/latest/icu/time/zone/struct.InvalidOffsetError.html) */ type TimeZoneInvalidOffsetError_obj = { }; export class TimeZoneInvalidOffsetError { /** Create `TimeZoneInvalidOffsetError` from an object that contains all of `TimeZoneInvalidOffsetError`s fields. * Optional fields do not need to be included in the provided object. */ static fromFields(structObj : TimeZoneInvalidOffsetError_obj) : TimeZoneInvalidOffsetError; constructor(structObj : TimeZoneInvalidOffsetError_obj); }