The container will expire after this time period. The anchor is the reference point for the expiration. The minutes is the number of minutes after the anchor before the container expires.

interface ExpiresAfter {
    anchor?: "last_active_at";
    minutes?: number;
}

Properties

Properties

anchor?: "last_active_at"

The reference point for the expiration.

minutes?: number

The number of minutes after the anchor before the container expires.