Type Alias CreateWebIntegrationHttpResponse

type CreateWebIntegrationHttpResponse = {
    data: WebIntegrationPost;
    headers: Headers;
    status: 201;
}
Index

Properties

Properties

headers: Headers
status: 201