togezr
Version:
Better together_
14 lines • 412 B
TypeScript
import { ChannelSession } from '../../channels/ChannelSession';
export declare const renderFactSetTeams: (channels: ChannelSession[], lsSessionLink: string) => {
type: string;
facts: ({
title: string;
value: string;
} | {
title?: undefined;
value?: undefined;
})[];
separator: boolean;
spacing: string;
}[];
//# sourceMappingURL=renderFactSetTeams.d.ts.map