vtils

Home > utils > WechatChooseImageResult

WechatChooseImageResult type

Signature:

export declare type WechatChooseImageResult = Array<{
    localId: string;
    previewUrl: string;
}>;