vikunja-frontend/src/types/DateKebab.ts

5 lines
91 B
TypeScript
Raw Permalink Normal View History

2022-10-17 21:20:52 +00:00
/**
* Date in Format 2022-12-10
*/
export type DateKebab = `${string}-${string}-${string}`