// generated by diplomat-tool import type { pointer, codepoint } from "./diplomat-runtime.d.ts"; // Base enumerator definition export class IsoWeekday { constructor(value : IsoWeekday | string); get value() : string; get ffiValue() : number; static Monday : IsoWeekday; static Tuesday : IsoWeekday; static Wednesday : IsoWeekday; static Thursday : IsoWeekday; static Friday : IsoWeekday; static Saturday : IsoWeekday; static Sunday : IsoWeekday; }