Type Alias ParentReport

ParentReport: { flag: keyof typeof changeParentFlags } & Record<
    string,
    Record<string, string>,
>