height-app-api > ListAllUsersResponse
ListAllUsersResponse type
Signature:
export type ListAllUsersResponse = {
list?: Array<UserObject>;
};
References: UserObject
height-app-api > ListAllUsersResponse
Signature:
export type ListAllUsersResponse = {
list?: Array<UserObject>;
};
References: UserObject