Meshpocalypse Semantic
    Preparing search index...

    Interface ReviewRecord

    A snapshot of one pending review suspension.

    interface ReviewRecord {
        agentId: string;
        autoExpiry: Date;
        proposedLevel: ATFLevel;
        reason: string;
        reviewTtlSeconds: number;
        suspendedAt: Date;
    }
    Index

    Properties

    agentId: string
    autoExpiry: Date
    proposedLevel: ATFLevel
    reason: string
    reviewTtlSeconds: number
    suspendedAt: Date