opencarl
    Preparing search index...

    Interface ToggleResult

    interface ToggleResult {
        domain?: string;
        error?: string;
        newState?: string;
        oldState?: string;
        success: boolean;
    }
    Index

    Properties

    domain?: string
    error?: string
    newState?: string
    oldState?: string
    success: boolean