jamespot-user-api
    Preparing search index...

    Type Alias TeamWorkAiTask

    type TeamWorkAiTask = {
        body: string;
        idMsgs: number[];
        isDone: boolean;
        sourceId: number;
        sourceType: string;
        sourceUri: string;
        sourceUrl: string;
        title: string;
    }
    Index

    Properties

    body: string
    idMsgs: number[]
    isDone: boolean
    sourceId: number
    sourceType: string
    sourceUri: string
    sourceUrl: string
    title: string