Member Junction
    Preparing search index...
    interface ArtifactPermission {
        artifactId: string;
        canEdit: boolean;
        canRead: boolean;
        canShare: boolean;
        id: string;
        sharedAt: Date;
        sharedByUserId: string | null;
        sharedByUserName: string | null;
        userId: string;
        userName: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    artifactId: string
    canEdit: boolean
    canRead: boolean
    canShare: boolean
    id: string
    sharedAt: Date
    sharedByUserId: string | null
    sharedByUserName: string | null
    userId: string
    userName: string