Interface XRTodo

interface XRTodo {
    action: XRTodoAction;
    auto: boolean;
    closedAt: string;
    closedAtUserFormat: string;
    createdAt: string;
    createdAtUserFormat: string;
    fieldId: number;
    fieldLabel: string;
    future: boolean;
    itemRef: string;
    login: string;
    originatorLogin: string;
    originatorUserId: number;
    projectShort: string;
    todoId: number;
    userId: number;
}

Properties

action: XRTodoAction
auto: boolean
closedAt: string
closedAtUserFormat: string
createdAt: string
createdAtUserFormat: string
fieldId: number
fieldLabel: string
future: boolean
itemRef: string
login: string
originatorLogin: string
originatorUserId: number
projectShort: string
todoId: number
userId: number

Generated using TypeDoc