Type Alias UpdateCSPEntryHttpResponse

type UpdateCSPEntryHttpResponse = {
    data: CSPEntry;
    headers: Headers;
    status: 200;
}
Index

Properties

Properties

data: CSPEntry
headers: Headers
status: 200