Preparing search index...
The search index is not available
@notidotbot/noti-api-client
@notidotbot/noti-api-client
Prisma
ClientBlogCreateInput
Type Alias ClientBlogCreateInput
Client
Blog
Create
Input
:
{
authorIcon
:
string
;
authorName
:
string
;
client
?:
ClientCreateNestedOneWithoutBlogsInput
;
content
:
string
;
createdAt
:
Date
|
string
;
dbId
?:
string
;
identifier
:
string
;
isPinned
?:
boolean
;
isPublic
?:
boolean
;
lastEdited
:
Date
|
string
;
reactions
?:
ClientBlogCreatereactionsInput
|
string
[]
;
reactionsCount
?:
number
|
null
;
tags
?:
ClientBlogCreatetagsInput
|
string
[]
;
thumbnail
?:
string
|
null
;
title
:
string
;
views
?:
number
|
null
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@notidotbot/noti-api-client
Loading...