Interface BankDefinition

interface BankDefinition {
    imagePath: string;
}

Hierarchy (view full)

Properties

Properties

imagePath: string