Alokai

SetChannelCustomType

type SetChannelCustomType = {
  fields?: InputMaybe<Array<CustomFieldInput>>;
  type?: InputMaybe<ResourceIdentifierInput>;
  typeKey?: InputMaybe<Scalars['String']>;
  typeId?: InputMaybe<Scalars['String']>;
};

Referenced Types

On this page