export interface SessionConfig {
    webhookId: string;
    webhookUrl: string;
    metadata: {
        [key: string]: string | undefined;
    };
}
