Configuration: {
    changedBy?: string;
    configurationType: string;
    configurationTypeId: string;
    contextId: string;
    contextType?: contextType;
    createdBy?: string;
    createdTime?: string;
    entityId: string;
    entityType: Configuration.entityType;
    id?: string;
    identifier?: string;
    type?: string;
    updatedTime?: string;
    value?: Record<string, any>;
}

Type declaration

  • Optional Readonly changedBy?: string
  • configurationType: string

    Refer here for details on configuration types.

  • configurationTypeId: string

    Refer here for details on configuration types.

  • contextId: string
  • Optional contextType?: contextType
  • Optional Readonly createdBy?: string
  • Optional Readonly createdTime?: string
  • entityId: string
  • entityType: Configuration.entityType
  • Optional Readonly id?: string
  • Optional Readonly identifier?: string
  • Optional type?: string
  • Optional Readonly updatedTime?: string
  • Optional value?: Record<string, any>