fanfou-sdk
    Preparing search index...

    Type Alias UpdateProfileImageOptions

    type UpdateProfileImageOptions = {
        callback?: string;
        format?: APIFormat;
        image: ReadableStream | Uint8Array;
        mode?: APIMode;
    }
    Index

    Properties

    callback?: string
    format?: APIFormat
    image: ReadableStream | Uint8Array
    mode?: APIMode