interface StoredGeneration {
    message?: StoredMessage;
    text: string;
}

Properties

Properties

message?: StoredMessage
text: string