ChannelLayout: Metadata & {
    enabledChannels: string[];
    label: string;
    layoutItems: ChannelLayoutItem[];
    recordType?: string | null;
}

Type declaration

  • enabledChannels: string[]
  • label: string
  • layoutItems: ChannelLayoutItem[]
  • Optional recordType?: string | null