Merge pull request #462 from automatisch/feature/user-tweet-pagination

feat: Implement draft version of pagination with user tweet trigger
This commit is contained in:
Ömer Faruk Aydın
2022-08-31 12:57:26 +03:00
committed by GitHub
12 changed files with 112 additions and 39 deletions

View File

@@ -69,6 +69,7 @@ export interface IFlow {
steps: IStep[];
createdAt: string;
updatedAt: string;
lastInternalId: () => Promise<string>;
}
export interface IUser {