3 lines
62 B
TypeScript
3 lines
62 B
TypeScript
type ProjectYear = number | string;
|
|
|
|
export type {ProjectYear} |
type ProjectYear = number | string;
|
|
|
|
export type {ProjectYear} |