A fact

Fact

interface Fact {
    content: string;
}

Properties

Properties

content: string

The content of the fact.

Fact