interface ActivityTypePullRequestDeleted {
    content: unknown;
    created?: string;
    createdUser?: User;
    id: number;
    notifications?: ActivityNotification[];
    project?: ActivityProject;
    type: 21;
}

Hierarchy

  • ActivityBase
    • ActivityTypePullRequestDeleted

Properties

content: unknown
created?: string
createdUser?: User
id: number
notifications?: ActivityNotification[]
project?: ActivityProject
type: 21