Interface iCustomPage<T>

interface iCustomPage<T> {
    description: string;
    items: iBatchBadgeDetails<T>[];
    title: string;
}

Type Parameters

Implemented by

Properties

description: string

The description of the custom page

The badge IDs to display on the custom page

title: string

The title of the custom page