EarthSDK
    正在准备搜索索引...

    类型别名 ESJTimeIntervalCollectionJsonType

    ESJTimeIntervalCollectionJsonType:
        | {
            iso8601: string;
            isStartIncluded?: boolean;
            isStopIncluded?: boolean;
            leadingInterval?: boolean;
            trailingInterval?: boolean;
            type: "fromIso8601";
        }
        | {
            iso8601Dates?: string[];
            isStartIncluded?: boolean;
            isStopIncluded?: boolean;
            leadingInterval?: boolean;
            trailingInterval?: boolean;
            type: "fromIso8601DateArray";
        }