Documentation
    Preparing search index...

    Interface SnapResponseError

    interface SnapResponseError {
        error: SnapError;
        result: null;
    }
    Index

    Properties

    Properties

    error: SnapError
    result: null