Type Alias GenerateRecordsSubscribeOutput

GenerateRecordsSubscribeOutput: {
    author: Persona | undefined;
    message: RecordsSubscribeMessage;
}