cooptypes - v2026.4.30-alpha-1
    Preparing search index...
    interface IProcessView {
        actions: IProcessAction[];
        coopname: string;
        delta_history: IProcessDelta[];
        documents: IProcessDocument[];
        first_seen_at: string;
        last_seen_at: string;
        process_hash: string;
        process_type: string;
    }
    Index

    Properties

    actions: IProcessAction[]
    coopname: string
    delta_history: IProcessDelta[]
    documents: IProcessDocument[]
    first_seen_at: string
    last_seen_at: string
    process_hash: string
    process_type: string