SessionResult:
    | { session: Session; error?: undefined }
    | {
        session?: undefined;
        error: StripeError<FinancialConnectionsSheetError>;
    }

Type declaration

MMNEPVFCICPMFPCPTTAAATR