interface GenerateOrganizationReportRequest {
    name: string;
    schema: OrganizationReportSchema;
}

Properties

Properties

name: string