// Generated file. DO NOT MODIFY IT BY HAND. export interface Payload { /** * The unique identifier for the group */ groupId: string /** * A list of attributes coming from segment group traits */ traits?: { [k: string]: unknown } }