Interface RawMergedToTemplate

interface RawMergedToTemplate {
    date: string;
    small?: string;
    to: string;
}

Implemented by

Properties

Properties

date: string

The date of the merge

small?: string

Whether the template should be small or not

to: string

The article that content from the source page was merged into.