@univerjs/protocol
Advanced tools
Comparing version 0.1.39-alpha.29 to 0.1.39-alpha.30
@@ -129,4 +129,4 @@ import { Metadata } from '@grpc/grpc-js'; | ||
export interface ActionInfo { | ||
action: UnitAction; | ||
allowed: boolean; | ||
action?: UnitAction | undefined; | ||
allowed?: boolean | undefined; | ||
} | ||
@@ -133,0 +133,0 @@ export interface AllowedResponse { |
{ | ||
"name": "@univerjs/protocol", | ||
"version": "0.1.39-alpha.29", | ||
"version": "0.1.39-alpha.30", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "A protocol of Univer repos", |
70023