blob: cadf44c670d0b6aa078194da9c94db1e15ecf029 [file] [log] [blame]
Matteo Scandolo0f77c502016-12-06 16:46:00 -08001export interface IWSEvent {
2 model: string;
3 msg: {
4 changed_fields: string[],
5 object?: any,
6 pk?: number
Matteo Scandolo40f8fa92016-12-07 09:21:35 -08007 };
Matteo Scandolo0f77c502016-12-06 16:46:00 -08008}