Reactive-Resume/schema/src/atoms.ts

5 lines
63 B
TypeScript

export type DateRange = {
start?: string;
end?: string;
};