Skip to content

Commit

Permalink
front: drop IsoDurationString
Browse files Browse the repository at this point in the history
This is now unused.

Signed-off-by: Simon Ser <contact@emersion.fr>
  • Loading branch information
emersion committed Jan 3, 2025
1 parent 37ee089 commit 57c8b25
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions front/src/common/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ export const DATA_TYPES = {
*/
export type TimeString = string;

/**
* A ISO 8601 duration string
* @example "PT3600S"
*/
export type IsoDurationString = string;

export type RangedValue = {
begin: number;
end: number;
Expand Down

0 comments on commit 57c8b25

Please sign in to comment.