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

    Interface iCreatorCreditsDoc<T>

    interface iCreatorCreditsDoc<T extends NumberType> {
        _docId: string;
        _id?: string;
        credits: T;
        creditsLimit?: T;
    }

    Type Parameters

    Hierarchy (View Summary)

    • Doc
      • iCreatorCreditsDoc

    Implemented by

    Index

    Properties

    _docId: string

    A unique stringified document ID

    _id?: string

    A unique document ID (Mongo DB ObjectID)

    credits: T

    The total credits

    creditsLimit?: T

    The limit of credits