Adds ICS
This commit is contained in:
parent
441715675c
commit
a79898b2e9
48 changed files with 2062 additions and 1503 deletions
|
|
@ -2,9 +2,9 @@ import {Model} from "../Models/Model";
|
|||
|
||||
export class ElementCreatedEvent<T extends Model = Model> {
|
||||
constructor(
|
||||
public readonly tableName: string,
|
||||
public readonly tableName: string,
|
||||
public readonly instanceValues: Partial<T>,
|
||||
public readonly instanceId: number|bigint
|
||||
public readonly instanceId: number | bigint
|
||||
) {
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue