Add stickerVal to the types files.
This commit is contained in:
4
types/CalenderContext.d.ts
vendored
4
types/CalenderContext.d.ts
vendored
@@ -14,9 +14,11 @@ interface WeekDays {
|
||||
monday: DaysOfWeek;
|
||||
}
|
||||
|
||||
type StickerVal = -2 | -1 | 0 | 1 | 2 | null;
|
||||
|
||||
interface Sticker {
|
||||
date: Date;
|
||||
sticker: -2 | -1 | 0 | 1 | 2 | null;
|
||||
sticker: StickerVal;
|
||||
}
|
||||
|
||||
type StickerDays = Sticker[];
|
||||
|
||||
Reference in New Issue
Block a user