import { Types } from '@notifi-network/notifi-graphql'; /** * Object describing a SourceGroup * * @remarks * Object describing a SourceGroup * * @property {string | null} id - Id of the Alert * @property {string | null} name - Friendly name (must be unique) * @property {Source[]} sources - The Sources associated with the SourceGroup * */ export declare type SourceGroup = Types.SourceGroupFragmentFragment; //# sourceMappingURL=SourceGroup.d.ts.map