feat: Implement draft version of pagination with user tweet trigger

This commit is contained in:
Faruk AYDIN
2022-08-29 23:11:28 +03:00
parent 6271cedc25
commit 5ddb5ab6fa
8 changed files with 92 additions and 35 deletions

View File

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