mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-31 22:43:11 +02:00
Proto files off model
This commit is contained in:
@@ -121,7 +121,6 @@ export interface GrpcRequest extends BaseModel {
|
||||
service: string | null;
|
||||
method: string | null;
|
||||
message: string;
|
||||
protoFiles: string[];
|
||||
authentication: Record<string, string | number | boolean | null | undefined>;
|
||||
authenticationType: string | null;
|
||||
metadata: GrpcMetadataEntry[];
|
||||
|
||||
Reference in New Issue
Block a user