@vertigis/viewer-spec
Version:
VertiGIS Viewer Specification
21 lines (20 loc) • 510 B
TypeScript
/**
* {@link https://learn.microsoft.com/en-us/dotnet/api/system.timespan?view=net-9.0}.
*/
export interface TimeSpan {
}
/**
* {@link https://learn.microsoft.com/en-us/dotnet/api/system.consolekeyinfo?view=net-9.0}.
*/
export interface ConsoleKeyInfo {
}
/**
* {@link https://learn.microsoft.com/en-us/dotnet/api/system.windows.thickness?view=windowsdesktop-9.0}.
*/
export interface Thickness {
}
/**
* {https://learn.microsoft.com/en-us/dotnet/api/system.datetime}.
*/
export interface DateTime {
}