Interface iMapUpdateCriteria<T>

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

Type Parameters

Implemented by

Properties

collectionId: T
creatorOnly: boolean
firstComeFirstServe: boolean
managerOnly: boolean