Interface TaskRatedEvent

interface TaskRatedEvent {
    rating: number;
    taskId: bigint;
}

Properties

Properties

rating: number
taskId: bigint