Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.3.20
    Preparing search index...

    Interface SystemEvent

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

    Properties

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