Black Trigram (흑괘) - API Documentation - v0.2.10
    Preparing search index...

    Interface SystemEvent

    interface SystemEvent {
        data: Record<string, any>;
        payload?: any;
        source: string;
        timestamp: number;
        type: string;
    }
    Index

    Properties

    data: Record<string, any>
    payload?: any
    source: string
    timestamp: number
    type: string