Type Alias CountUsersHttpResponse

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

Properties

Properties

data: UserCount
headers: Headers
status: 200