interface PatronInfoProps {
    patron: PatronData;
}

Properties

Properties

patron: PatronData