@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface AvatarInput

    Properties required to upload an avatar.

    AvatarInput

    interface AvatarInput {
        file: ArrayBuffer;
        fileName: string;
        fileType: string;
    }
    Index

    Properties

    file: ArrayBuffer

    The media file to upload as an avatar.

    fileName: string

    The name of the media file.

    fileType: string

    The MIME type of the media file.