Interface ViewMapping

interface ViewMapping {
    constraints: {
        key: string;
        value: string;
    }[];
    fsId: string;
    infos: string;
    legendId: number;
}

Properties

constraints: {
    key: string;
    value: string;
}[]

Type declaration

  • key: string
  • value: string
fsId: string
infos: string
legendId: number

Generated using TypeDoc