Type Alias CopyrightProblemsResponseSet

CopyrightProblemsResponseSet: {
    [key: string]: CopyrightProblemsResponse | null;
}