Territory2Model: Metadata & {
    customFields: FieldValue[];
    description?: string | null;
    name: string;
}

Type declaration

  • customFields: FieldValue[]
  • Optional description?: string | null
  • name: string