export type Payload = {
    /** comma-separated list of section IDs */
    sectionList: string;
};
