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:
1
packages/types/index.d.ts
vendored
1
packages/types/index.d.ts
vendored
@@ -69,6 +69,7 @@ export interface IFlow {
|
||||
steps: IStep[];
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
lastInternalId: () => Promise<string>;
|
||||
}
|
||||
|
||||
export interface IUser {
|
||||
|
Reference in New Issue
Block a user