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

    Interface Notification

    interface Notification {
        duration?: number;
        id: string;
        message: KoreanText;
        timestamp: number;
        title: KoreanText;
        type: "error" | "info" | "success" | "warning";
    }
    Index

    Properties

    duration?: number
    id: string
    message: KoreanText
    timestamp: number
    title: KoreanText
    type: "error" | "info" | "success" | "warning"