Interface FinancePlatform

interface FinancePlatform {
    category?: string;
    centralized?: boolean;
    facts?: string;
    name?: string;
    website_url?: string;
}

Properties

category?: string
centralized?: boolean
facts?: string
name?: string
website_url?: string