export interface ProtocolRequest { _id?: string; } export interface ProtocolResponse { _id?: string; }