Freeze Design Frontend - TypeScript API
Preparing search index...
AdminTeamDiscount
Interface AdminTeamDiscount
interface
AdminTeamDiscount
{
id
:
number
;
name
:
string
;
description
:
string
;
min_team_size
:
number
;
discount_percentage
:
string
;
products
:
number
[]
;
is_active
:
boolean
;
valid_from
:
string
;
valid_until
:
string
|
null
;
is_valid
:
boolean
;
created_at
:
string
;
}
Index
Properties
id
name
description
min_
team_
size
discount_
percentage
products
is_
active
valid_
from
valid_
until
is_
valid
created_
at
Properties
id
id
:
number
name
name
:
string
description
description
:
string
min_
team_
size
min_team_size
:
number
discount_
percentage
discount_percentage
:
string
products
products
:
number
[]
is_
active
is_active
:
boolean
valid_
from
valid_from
:
string
valid_
until
valid_until
:
string
|
null
is_
valid
is_valid
:
boolean
created_
at
created_at
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
name
description
min_
team_
size
discount_
percentage
products
is_
active
valid_
from
valid_
until
is_
valid
created_
at
Freeze Design Frontend - TypeScript API
Loading...