File

src/app/_models/mappings.ts

Index

Properties

Properties

locations
locations: Array<string>
Type : Array<string>
name
name: string
Type : string
interface Action {
  id: number;
  user: string;
  role: string;
  action: string;
  approval: boolean;
}

interface Category {
  name: string;
  products: Array<string>;
}

interface AreaName {
  name: string;
  locations: Array<string>;
}

interface AreaType {
  name: string;
  area: Array<string>;
}

export {
  Action,
  Category,
  AreaName,
  AreaType
};

result-matching ""

    No results matching ""