Container expiration time in seconds relative to the 'anchor' time.

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

Properties

Properties

anchor: "last_active_at"

Time anchor for the expiration time. Currently only 'last_active_at' is supported.

minutes: number