Type Alias CreateCSPEntryHttpResponse

type CreateCSPEntryHttpResponse = {
    data: CSPEntry;
    headers: Headers;
    status: 201;
}
Index

Properties

Properties

data: CSPEntry
headers: Headers
status: 201