mirror of
https://github.com/Xevion/banner.git
synced 2026-01-31 22:23:34 -06:00
12 lines
299 B
TypeScript
12 lines
299 B
TypeScript
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
|
|
|
export type TimeRange = {
|
|
/**
|
|
* ISO-8601 UTC timestamp (e.g., "2024-01-15T10:30:00Z")
|
|
*/
|
|
start: string,
|
|
/**
|
|
* ISO-8601 UTC timestamp (e.g., "2024-01-15T12:30:00Z")
|
|
*/
|
|
end: string, };
|