Type Alias GenerateProtocolsQueryOutput

GenerateProtocolsQueryOutput: {
    author: Persona;
    message: ProtocolsQueryMessage;
    protocolsQuery: ProtocolsQuery;
}