Type Alias UpsertBanners500HttpError

type UpsertBanners500HttpError = {
    data: ErrorResponse500;
    headers: Headers;
    status: 500;
}
Index

Properties

Properties

headers: Headers
status: 500