Type alias MattermostData

MattermostData: {
    server: string;
    teams: MattermostChannels[];
}

Type declaration

Generated using TypeDoc