Skip to content

Commit

Permalink
Merge branch '#440'
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed May 6, 2023
2 parents dae36a4 + 8b6a874 commit 4c6824c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/index.d.ts
Expand Up @@ -28,7 +28,7 @@ declare module 'opening_hours' {
start_date?: Date
): boolean
isWeekStable(): boolean
prettifyValue(argument_hash?: argument_hash): string
prettifyValue(argument_hash?: Partial<argument_hash>): string
getIterator(date?: Date): opening_hours_iterator
}
export default opening_hours
Expand Down Expand Up @@ -57,7 +57,7 @@ declare module 'opening_hours' {
}

export interface argument_hash {
rule_index: 'number' | undefined
rule_index: number | undefined
zero_pad_hour: boolean
one_zero_if_hour_zero: boolean
leave_off_closed: boolean
Expand Down

0 comments on commit 4c6824c

Please sign in to comment.