Interface DebugInfoOptions

interface DebugInfoOptions {
    instance: any;
    key: string;
    message: string;
    type?: "success" | "error" | "log" | "warning";
}

Properties

instance: any
key: string
message: string
type?: "success" | "error" | "log" | "warning"

Generated using TypeDoc