export default class DomainCommand { type: string; payload: object; date: string; constructor(type: string, payload: any); }