Interface SerializedCopyrightProblemsListingData

Hierarchy

  • SerializedCopyrightProblemsListingData

Properties

basic: boolean
i?: number
id: string
lines: {
    end: number;
    start: number;
}

Type declaration

  • end: number
  • start: number
listingPage: {
    fragment: string;
    namespace: number;
    title: string;
}

Type declaration

  • fragment: string
  • namespace: number
  • title: string
title: {
    fragment: string;
    namespace: number;
    title: string;
}

Type declaration

  • fragment: string
  • namespace: number
  • title: string

Generated using TypeDoc