Interface RawSplitArticleTemplateRow

interface RawSplitArticleTemplateRow {
    date?: string;
    diff?: string;
    from_oldid?: string;
    to?: string;
}

Implemented by

Properties

date?: string
diff?: string
from_oldid?: string
to?: string