Type alias approximable_gregorian_date

approximable_gregorian_date: {
    day: integer;
    month: integer;
    year: integer;
} | {
    day: null;
    month: integer;
    year: integer;
} | {
    day: null;
    month: null;
    year: integer;
}

Type declaration

Type declaration

Type declaration

Generated using TypeDoc