export type Payload = {
    format: 'json';
    active: boolean;
    future: boolean;
    expired: boolean;
    sharedTopics: boolean;
};
