@ccw-api/api
    Preparing search index...
    type CodeProfilingDetail = {
        createdAt: number;
        creationOid: MongoDBId;
        creationReleaseOid: MongoDBId;
        id: number;
        profiling: Profiling;
        updatedAt: number;
    }
    Index

    Properties

    createdAt: number
    creationOid: MongoDBId
    creationReleaseOid: MongoDBId
    id: number
    profiling: Profiling
    updatedAt: number