Interface OnBeforeAddTaskResponse

interface OnBeforeAddTaskResponse {
    content: string;
    contexts: string[];
    meta: Meta[];
    path: string;
    tags: string[];
}

Properties

content: string
contexts: string[]
meta: Meta[]
path: string
tags: string[]