Type Alias GenerateFromRecordsWriteInput

GenerateFromRecordsWriteInput: {
    author: Persona;
    data?: Uint8Array;
    datePublished?: string;
    existingWrite: RecordsWrite;
    messageTimestamp?: string;
    protocolRole?: string;
    published?: boolean;
    tags?: RecordsWriteTags;
}