interface ArchivePages {
    pages: {
        id: number;
    }[];
}

Properties

Properties

pages: {
    id: number;
}[]

Type declaration

  • id: number

    The id of the page to be archived.

Generated using TypeDoc v0.25.12