mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: auto import pb file
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
syntax = "proto3";
|
||||
import "field_entities.proto";
|
||||
|
||||
import "field_entities.proto";
|
||||
message CreateSelectOptionPayload {
|
||||
FieldIdentifierPayload field_identifier = 1;
|
||||
string option_name = 2;
|
||||
|
@ -1,6 +1,6 @@
|
||||
syntax = "proto3";
|
||||
import "cell_entities.proto";
|
||||
|
||||
import "cell_entities.proto";
|
||||
message DateTypeOption {
|
||||
DateFormat date_format = 1;
|
||||
TimeFormat time_format = 2;
|
||||
|
@ -1,6 +1,6 @@
|
||||
syntax = "proto3";
|
||||
import "format.proto";
|
||||
|
||||
import "format.proto";
|
||||
message NumberTypeOption {
|
||||
NumberFormat format = 1;
|
||||
uint32 scale = 2;
|
||||
|
@ -1,6 +1,7 @@
|
||||
syntax = "proto3";
|
||||
import "cell_entities.proto";
|
||||
|
||||
import "cell_entities.proto";
|
||||
import "cell_entities.proto";
|
||||
message SingleSelectTypeOption {
|
||||
repeated SelectOption options = 1;
|
||||
bool disable_color = 2;
|
||||
|
Reference in New Issue
Block a user