Type Alias Subscription

Subscription: {
    onCreateGroup: Group;
    onCreateProject: Project;
}