File

src/app/modules/ach-setup/models/class-setting.ts

Index

Properties

Properties

buildType
buildType: string
Type : string
classType
classType: string
Type : string
description
description: string
Type : string
name
name: string
Type : string
object_Id
object_Id: string
Type : string
value
value: string
Type : string
export interface ClassSetting {
  classType: string;
  object_Id: string;
  buildType: string;
  name: string;
  value: string;
  description: string;
}

result-matching ""

    No results matching ""