cooptypes - v2026.4.30-alpha-1
    Preparing search index...
    interface IProcessDocument {
        document: unknown;
        hash: string;
        raw?: unknown;
        source: { code: string; field: string; primary_key: string; table: string };
    }
    Index

    Properties

    document: unknown
    hash: string
    raw?: unknown
    source: { code: string; field: string; primary_key: string; table: string }