Preparing search index...
The search index is not available
@team-plain/typescript-sdk
@team-plain/typescript-sdk
<internal>
CreateLabelTypeInput
Type alias CreateLabelTypeInput
Create
Label
Type
Input
:
{
color
?:
InputMaybe
<
Scalars
[
"String"
]
>
;
description
?:
InputMaybe
<
Scalars
[
"String"
]
>
;
icon
?:
InputMaybe
<
Scalars
[
"String"
]
>
;
name
:
Scalars
[
"String"
]
;
parentLabelTypeId
?:
InputMaybe
<
Scalars
[
"ID"
]
>
;
type
?:
InputMaybe
<
LabelTypeType
>
;
}
Type declaration
Optional
color
?:
InputMaybe
<
Scalars
[
"String"
]
>
Optional
description
?:
InputMaybe
<
Scalars
[
"String"
]
>
Optional
icon
?:
InputMaybe
<
Scalars
[
"String"
]
>
name
:
Scalars
[
"String"
]
Optional
parent
Label
Type
Id
?:
InputMaybe
<
Scalars
[
"ID"
]
>
Optional
type
?:
InputMaybe
<
LabelTypeType
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@team-plain/typescript-sdk
Loading...