File

src/api/webApi/data/distributionLevel.interface.ts

Index

Properties

Properties

children
children: Array<DistributionLevel>
Type : Array<DistributionLevel>
Optional
count
count: number
Type : number
Optional
distId
distId: string
Type : string
Optional
id
id: number
Type : number
level
level: number
Type : number
Optional
parentName
parentName: string
Type : string
Optional
value
value: string
Type : string
export interface DistributionLevel {
  id: number;
  value: string;
  children?: Array<DistributionLevel>;
  count?: number;
  level?: number;
  distId?: string;
  parentName?: string;
}

results matching ""

    No results matching ""