export type Payload = {
    format: 'json';
    albumId: number;
    logView: boolean;
};
