Alokai

Session

The data required to mount payment element (Adyen Drop-in).

export type Session = {
    id: string;
    sessionData: string;
};