Type Alias GenerateRecordsQueryOutput

GenerateRecordsQueryOutput: {
    author: Persona | undefined;
    message: RecordsQueryMessage;
}