Home > @dinofe/xt-core > WechatOption

# WechatOption type

WechatOption

Signature:

export type WechatOption = {
    wx_appid: string;
    wx_component_appid?: string;
    wx_scope: WxScope;
    redirect_url: string;
    response_type?: string;
    state?: string;
    hash?: string;
    forcePopup?: BooelanString;
};

References: WxScope, BooelanString