Interface PlatformsOptionsType

interface PlatformsOptionsType {
    bank_card: PlatformsOptionsDatasType;
    conecs: PlatformsOptionsDatasType;
    restoflash: PlatformsOptionsDatasType;
    swile: PlatformsOptionsDatasType;
    [key: string]: PlatformsOptionsDatasType;
}

Indexable

  • [key: string]: PlatformsOptionsDatasType

Properties

bank_card: PlatformsOptionsDatasType
conecs: PlatformsOptionsDatasType
restoflash: PlatformsOptionsDatasType
swile: PlatformsOptionsDatasType