interface FetcherPutOptions {
    expiration?: number;
    expirationTtl?: number;
}

Properties

expiration?: number
expirationTtl?: number