Saltar al contenido principal

Interface: NotionUser

Defined in: src/types/index.ts:1108

A Notion user object.

Properties

avatar_url?

optional avatar_url?: string

Defined in: src/types/index.ts:1113


bot?

optional bot?: object

Defined in: src/types/index.ts:1115

owner

owner: object

owner.type

type: string


id

id: string

Defined in: src/types/index.ts:1110


name?

optional name?: string

Defined in: src/types/index.ts:1112


object

object: "user"

Defined in: src/types/index.ts:1109


person?

optional person?: object

Defined in: src/types/index.ts:1114

email?

optional email?: string


type

type: "person" | "bot"

Defined in: src/types/index.ts:1111