mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-22 20:51:29 +10:00
5 lines
63 B
TypeScript
5 lines
63 B
TypeScript
export type DateRange = {
|
|
start?: string;
|
|
end?: string;
|
|
};
|