interface ActivityTypeSVNCommitted {
    content: {
        comment: string;
        rev: number;
    };
    created?: string;
    createdUser?: User;
    id: number;
    notifications?: ActivityNotification[];
    project?: ActivityProject;
    type: 11;
}

Hierarchy

  • ActivityBase
    • ActivityTypeSVNCommitted

Properties

content: {
    comment: string;
    rev: number;
}
created?: string
createdUser?: User
id: number
notifications?: ActivityNotification[]
project?: ActivityProject
type: 11