Type alias MattermostChannels

MattermostChannels: {
    allow_open_invite: boolean;
    allowed_domains: string;
    channels: Channel[];
    company_name: string;
    create_at: number;
    delete_at: number;
    description: string;
    display_name: string;
    email: string;
    group_constrained: boolean | null;
    id: string;
    invite_id: string;
    name: string;
    policy_id: string | null;
    scheme_id: string | null;
    type: string;
    update_at: number;
}

Type declaration

  • allow_open_invite: boolean
  • allowed_domains: string
  • channels: Channel[]
  • company_name: string
  • create_at: number
  • delete_at: number
  • description: string
  • display_name: string
  • email: string
  • group_constrained: boolean | null
  • id: string
  • invite_id: string
  • name: string
  • policy_id: string | null
  • scheme_id: string | null
  • type: string
  • update_at: number

Generated using TypeDoc