UNPKG

@graphteon/juricode

Version:

We are forging the future with lines of digital steel

7 lines (6 loc) 377 B
export declare const createNewTask: () => Promise<void>; export declare const listTasks: () => Promise<void>; export declare const getTaskDetails: (taskId?: string) => Promise<void>; export declare const updateTask: (taskId?: string) => Promise<void>; export declare const completeTask: () => Promise<void>; export declare const deleteTask: (taskId?: string) => Promise<void>;