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

Properties

Properties

error: SnapError
result: null