Type alias ListCurrenciesResponse
ListCurrenciesResponse: {
data: {
code?: string;
id?: number;
name?: string;
symbol?: string;
}[];
errors: string[];
success: boolean;
}
Type declaration
-
data: {
code?: string;
id?: number;
name?: string;
symbol?: string;
}[]
-
errors: string[]
-
success: boolean
List of available currencies