refactor: run formatter
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
export type TimeUnit = "minutes" | "hours" | "days" | "weeks" | "months" | "years";
|
||||
export type TimeUnit =
|
||||
| "minutes"
|
||||
| "hours"
|
||||
| "days"
|
||||
| "weeks"
|
||||
| "months"
|
||||
| "years";
|
||||
export type Timespan = { value: number; unit: TimeUnit };
|
||||
|
||||
Reference in New Issue
Block a user