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

    Interface iMapUpdateCriteria<T>

    interface iMapUpdateCriteria<T extends NumberType> {
        collectionId: string;
        creatorOnly: boolean;
        firstComeFirstServe: boolean;
        managerOnly: boolean;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    collectionId: string
    creatorOnly: boolean
    firstComeFirstServe: boolean
    managerOnly: boolean