jeeves-meta-monorepo
    Preparing search index...

    Interface QueueItem

    A queued synthesis work item.

    interface QueueItem {
        enqueuedAt: string;
        path: string;
        priority: boolean;
    }
    Index

    Properties

    enqueuedAt: string
    path: string
    priority: boolean