interface Task {
    abortController: AbortController;
    id: number;
}

Properties

Properties

abortController: AbortController
id: number