Source code

Revision control

Copy as Markdown

Other Tools

// generated by diplomat-tool
import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/**
*/
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);
}