aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.h
blob: e193216a0d328e01568a4bff9cbe266f64b22044 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

struct ViewTootTypes {
    bool includePublic = true;
    bool includeUnlisted = true;
    bool includePrivate = true;
    bool includeDirect = true;
    bool onlyWithAttachment = false;
};