This is the result of running `npm run format` which applies the Biome formatting rules. Rejoice!
5 lines
63 B
TypeScript
5 lines
63 B
TypeScript
export enum DateTime {
|
|
CURR = "CURR",
|
|
PAST = "PAST",
|
|
}
|