interface GenerateGroupReportRequest {
    name: string;
    schema: GroupReportSchema;
}

Properties

Properties

name: string