Interface: NotionUser
Defined in: src/types/index.ts:1108
A Notion user object.
Properties
avatar_url?
optionalavatar_url?:string
Defined in: src/types/index.ts:1113
bot?
optionalbot?: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?
optionalname?:string
Defined in: src/types/index.ts:1112
object
object:
"user"
Defined in: src/types/index.ts:1109
person?
optionalperson?:object
Defined in: src/types/index.ts:1114
email?
optionalemail?:string
type
type:
"person"|"bot"
Defined in: src/types/index.ts:1111