Skip to content
Snippets Groups Projects
Commit 113f8baa authored by Giildo's avatar Giildo
Browse files

:pencil: Update the TS definition

parent 19ea08ac
Branches
Tags
No related merge requests found
Pipeline #261459 passed with stage
in 15 seconds
......@@ -22,7 +22,7 @@ export class Day {
readonly second: number
readonly year: number
constructor(data: DayInitObject);
constructor(data?: DayInitObject);
add(value: number, type: SetValueType): Day;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment