Meshpocalypse Semantic
    Preparing search index...

    Interface SpecDecomposition

    interface SpecDecomposition {
        createdAt: number;
        specId: string;
        specTitle: string;
        tasks: TaskSpec[];
    }
    Index

    Properties

    createdAt: number
    specId: string
    specTitle: string
    tasks: TaskSpec[]