wip: Restructure twitter integration
This commit is contained in:
@@ -10,7 +10,7 @@ class Flow extends Base {
|
||||
name!: string;
|
||||
userId!: string;
|
||||
active: boolean;
|
||||
steps?: [Step];
|
||||
steps: Step[];
|
||||
published_at: string;
|
||||
|
||||
static tableName = 'flows';
|
||||
|
Reference in New Issue
Block a user