mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-18 02:31:56 +10:00
🚀 release: v3.0.0
This commit is contained in:
4
libs/schema/src/lib/atoms.ts
Normal file
4
libs/schema/src/lib/atoms.ts
Normal file
@ -0,0 +1,4 @@
|
||||
export type DateRange = {
|
||||
start?: string;
|
||||
end?: string;
|
||||
};
|
||||
Reference in New Issue
Block a user