bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iCustomPage<T>

    interface iCustomPage<T extends NumberType> {
        description: string;
        items: iBatchTokenDetails<T>[];
        title: string;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    description: string

    The description of the custom page

    The token IDs to display on the custom page

    title: string

    The title of the custom page