Improve story DOE flow

This commit is contained in:
Fedor Indutny
2022-11-28 18:07:26 -08:00
committed by GitHub
parent 5e9744d62a
commit 37d383f344
15 changed files with 630 additions and 245 deletions

View File

@@ -77,6 +77,7 @@ export type StoryDataType = {
| 'storyDistributionListId'
| 'timestamp'
| 'type'
| 'storyRecipientsVersion'
> & {
// don't want the fields to be optional as in MessageAttributesType
expireTimer: DurationInSeconds | undefined;