Interface ImageApiPostUserImageRequest

Request parameters for postUserImage operation in ImageApi.

ImageApiPostUserImageRequest

interface ImageApiPostUserImageRequest {
    body?: File;
    userId?: string;
}

Properties

Properties

body?: File

ImageApiPostUserImage

userId?: string

User Id.

ImageApiPostUserImage