Add checks for the Indicator request endpoint
This commit is contained in:
@@ -5103,11 +5103,11 @@ export interface PrivyInitAddressResponse {
|
||||
}
|
||||
|
||||
export interface IndicatorRequestDto {
|
||||
indicatorName?: string;
|
||||
strategyDescription?: string;
|
||||
documentationUrl?: string;
|
||||
indicatorName: string;
|
||||
strategyDescription: string;
|
||||
documentationUrl?: string | null;
|
||||
imageUrl?: string | null;
|
||||
requesterName?: string;
|
||||
requesterName: string;
|
||||
}
|
||||
|
||||
export interface LoginRequest {
|
||||
|
||||
@@ -1234,11 +1234,11 @@ export interface PrivyInitAddressResponse {
|
||||
}
|
||||
|
||||
export interface IndicatorRequestDto {
|
||||
indicatorName?: string;
|
||||
strategyDescription?: string;
|
||||
documentationUrl?: string;
|
||||
indicatorName: string;
|
||||
strategyDescription: string;
|
||||
documentationUrl?: string | null;
|
||||
imageUrl?: string | null;
|
||||
requesterName?: string;
|
||||
requesterName: string;
|
||||
}
|
||||
|
||||
export interface LoginRequest {
|
||||
|
||||
Reference in New Issue
Block a user