Type Alias CreateConditionPreviewHttpResponse

type CreateConditionPreviewHttpResponse = {
    data: PreviewResponse;
    headers: Headers;
    status: 201;
}
Index

Properties

Properties

headers: Headers
status: 201