Alokai

ChannelDraft

type ChannelDraft = {
  key: Scalars['String'];
  roles: Array<ChannelRole>;
  name?: InputMaybe<Array<LocalizedStringItemInputType>>;
  description?: InputMaybe<Array<LocalizedStringItemInputType>>;
  custom?: InputMaybe<CustomFieldsDraft>;
  address?: InputMaybe<AddressInput>;
  geoLocation?: InputMaybe<GeometryInput>;
};

Referenced Types

On this page