import { CrudDefaultMethodsType } from "../api.types"; export interface TasksApiType extends CrudDefaultMethodsType { }