Preparing search index...
The search index is not available
Freeze Design Frontend - TypeScript API
Freeze Design Frontend - TypeScript API
types
ShoppingCart
Interface ShoppingCart
interface
ShoppingCart
{
id
:
number
;
user
?:
null
|
number
;
session_key
?:
null
|
string
;
items
:
CartItem
[]
;
total_items
:
number
;
subtotal
:
string
;
created_at
?:
string
;
updated_at
?:
string
;
}
Index
Properties
id
user?
session_
key?
items
total_
items
subtotal
created_
at?
updated_
at?
Properties
id
id
:
number
Optional
user
user
?:
null
|
number
Optional
session_
key
session_key
?:
null
|
string
items
items
:
CartItem
[]
total_
items
total_items
:
number
subtotal
subtotal
:
string
Optional
created_
at
created_at
?:
string
Optional
updated_
at
updated_at
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
user
session_
key
items
total_
items
subtotal
created_
at
updated_
at
Freeze Design Frontend - TypeScript API
Loading...