MediaStoreLocalRetention type
What happens to local files once replicated. keepLocal (default) is additive: local files live out their normal expiry and the remote copy is an extra durable copy + get_url. expireWhenReplicated lets local files be removed once confirmed on the remote store.
Signature:
export type MediaStoreLocalRetention = "keepLocal" | "expireWhenReplicated";