mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-25 08:48:13 +02:00
feat: add posthog events (#231)
* feat: add posthog events * fix: workflow_duplicated event * chore: add events to enum
This commit is contained in:
parent
bb5f56bfb7
commit
3f19a16e7f
24 changed files with 450 additions and 93 deletions
|
|
@ -13,6 +13,7 @@ export interface LocalUser extends BaseUser {
|
|||
provider: 'local';
|
||||
organizationId?: string;
|
||||
displayName?: string;
|
||||
provider_id?: string;
|
||||
}
|
||||
|
||||
// Union type for all user types
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue