Freeze Design Frontend - TypeScript API
Preparing search index...
AdminCategory
Interface AdminCategory
interface
AdminCategory
{
id
:
number
;
name
:
string
;
slug
:
string
;
description
:
string
;
image
:
string
|
null
;
parent
:
number
|
null
;
is_active
:
boolean
;
sort_order
:
number
;
level
:
number
;
full_path
:
string
;
product_count
:
number
;
children
:
AdminCategory
[]
;
created_at
:
string
;
updated_at
:
string
;
}
Index
Properties
id
name
slug
description
image
parent
is_
active
sort_
order
level
full_
path
product_
count
children
created_
at
updated_
at
Properties
id
id
:
number
name
name
:
string
slug
slug
:
string
description
description
:
string
image
image
:
string
|
null
parent
parent
:
number
|
null
is_
active
is_active
:
boolean
sort_
order
sort_order
:
number
level
level
:
number
full_
path
full_path
:
string
product_
count
product_count
:
number
children
children
:
AdminCategory
[]
created_
at
created_at
:
string
updated_
at
updated_at
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
name
slug
description
image
parent
is_
active
sort_
order
level
full_
path
product_
count
children
created_
at
updated_
at
Freeze Design Frontend - TypeScript API
Loading...