interface UniqueObjectIdentifier<
    Id extends ObjectId = ObjectId,
    T extends ObjectType = ObjectType,
> {
    objectId: Id;
    objectType: T;
}

Type Parameters

Properties

Properties

objectId: Id
objectType: T