Type Alias UpdateBrandFileHttpResponse

type UpdateBrandFileHttpResponse = {
    data: BrandFile;
    headers: Headers;
    status: 200;
}
Index

Properties

Properties

data: BrandFile
headers: Headers
status: 200