Type Alias PatchShareHttpResponse

type PatchShareHttpResponse = {
    data: Share;
    headers: Headers;
    status: 200;
}
Index

Properties

Properties

data: Share
headers: Headers
status: 200