summary refs log tree commit diff
path: root/src/models/Event.ts
blob: 4197ed0447eb1e67828cb49c552c8a69712eea9b (plain) (blame)
1
2
3
4
5
6
7
8
9
export interface Event {
	guild_id?: bigint;
	user_id?: bigint;
	created_at: number;
	data: any;
	event: string;
}

// located in collection events