On this page

Type Alias ExpiryData

A type used to store the tile's expiration date and cache control definition

type ExpiryData = {
    cacheControl?: string | null;
    etag?: string;
    expires?: Date | string | null;
}
Index

Properties

cacheControl?: string | null
etag?: string
expires?: Date | string | null
Was this helpful?
SDK JS
Reference
ExpiryData