mirror of https://github.com/Squidex/squidex.git
2 changed files with 3 additions and 28 deletions
@ -1,22 +0,0 @@ |
|||
/* |
|||
* Squidex Headless CMS |
|||
* |
|||
* @license |
|||
* Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. |
|||
*/ |
|||
|
|||
import { UserDto } from 'shared'; |
|||
|
|||
export class UserCreated { |
|||
constructor( |
|||
public readonly user: UserDto |
|||
) { |
|||
} |
|||
} |
|||
|
|||
export class UserUpdated { |
|||
constructor( |
|||
public readonly user: UserDto |
|||
) { |
|||
} |
|||
} |
|||
Loading…
Reference in new issue