File

projects/maplander/components/src/lib/utils/models/propertyStatusItem.ts

Index

Properties

Properties

icon
icon: string
Type : string
name
name: string
Type : string
value
value: StatusTypeEnum
Type : StatusTypeEnum
import {StatusTypeEnum} from '@maplander/types';

export interface PropertyStatusItem {
  icon: string;
  name: string;
  value: StatusTypeEnum;
}

result-matching ""

    No results matching ""