Type alias EntryCountryUpdateInput<Entry>

EntryCountryUpdateInput<Entry>: { client: Client; data: CountryCodeAttributes; dn: string; options?: { attributes?: (Extract<keyof Entry, string> | "*")[]; controls?: any } }

Type Parameters

Type declaration

  • client: Client
  • data: CountryCodeAttributes
  • dn: string
  • Optional options?: { attributes?: (Extract<keyof Entry, string> | "*")[]; controls?: any }
    • Optional attributes?: (Extract<keyof Entry, string> | "*")[]
    • Optional controls?: any

Generated using TypeDoc