This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src/types/DateKebab.ts

5 lines
91 B
TypeScript

/**
* Date in Format 2022-12-10
*/
export type DateKebab = `${string}-${string}-${string}`