openapi

@tuyapi/openapi / Exports / responses / UsersResponse

Interface: UsersResponse

responses.UsersResponse

Hierarchy

Table of contents

Properties

Properties

has_more

• has_more: boolean

Defined in: responses.ts:17


list

• list: { create_time: number ; email: string ; uid: string ; update_time: number ; username: string }[]

Defined in: responses.ts:18


total

• total: number

Defined in: responses.ts:25