MCPcopy
hub / github.com/linkwarden/linkwarden / Member

Interface Member

packages/types/global.ts:36–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36export interface Member {
37 collectionId?: number;
38 userId: number;
39 canCreate: boolean;
40 canUpdate: boolean;
41 canDelete: boolean;
42 user: OptionalExcluding<User, "username" | "name" | "id">;
43}
44
45export interface CollectionIncludingMembersAndLinkCount
46 extends Omit<Collection, "id" | "createdAt" | "ownerId" | "updatedAt"> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected