Interface TaskCreatedEvent

interface TaskCreatedEvent {
    owner: string;
    task: string;
}

Properties

Properties

owner: string
task: string