interface HistoryEditSuggestionAttributes {
    createdBy: number;
    id?: string;
}

Properties

Properties

createdBy: number
id?: string