✨ feat(api): Add Time Period Configuration
This commit is contained in:
+6
@@ -373,6 +373,12 @@ declare namespace API {
|
||||
updated_at: number;
|
||||
};
|
||||
|
||||
type TimePeriod = {
|
||||
start_time: string;
|
||||
end_time: string;
|
||||
multiplier: number;
|
||||
};
|
||||
|
||||
type TosConfig = {
|
||||
tos_content: string;
|
||||
};
|
||||
|
||||
Vendored
+6
@@ -521,6 +521,12 @@ declare namespace API {
|
||||
updated_at: number;
|
||||
};
|
||||
|
||||
type TimePeriod = {
|
||||
start_time: string;
|
||||
end_time: string;
|
||||
multiplier: number;
|
||||
};
|
||||
|
||||
type TosConfig = {
|
||||
tos_content: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user