@ccw-api/api
    Preparing search index...
    type TaskItem = {
        description: string;
        ext: TaskExt;
        name: string;
        oid: MongoDBId;
        status: TaskStatus;
        type: TaskType;
    }
    Index

    Properties

    description: string
    ext: TaskExt
    name: string
    status: TaskStatus
    type: TaskType