FsHafas-JavaScript
    Preparing search index...

    Interface Price

    interface Price {
        amount: number;
        currency?: string;
        hint?: string;
    }
    Index

    Properties

    amount: number
    currency?: string
    hint?: string