interface PoeticState {
    content: string;
    id: string;
    timestamp: string;
}

Properties

content: string
id: string
timestamp: string