Type Alias UpsertBannersHttpResponse

type UpsertBannersHttpResponse = {
    data: BannerResponse;
    headers: Headers;
    status: 201;
}
Index
headers: Headers
status: 201