Type Alias CountUsersWithoutQueryHttpResponse

type CountUsersWithoutQueryHttpResponse = {
    data: UserCount;
    headers: Headers;
    status: 200;
}
Index

Properties

Properties

data: UserCount
headers: Headers
status: 200