type SignInExchangeToken = {
    id: string;
    token?: string;
    connectionName: string;
};

export type { SignInExchangeToken };
