vikunja-frontend/src/types/DateKebab.ts

5 lines
91 B
TypeScript

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