Websites v4 docs v5.2.4
    Preparing search index...

    Interface MortgageFinderState

    interface MortgageFinderState {
        borrowAmount: number | null;
        mortgageLength: string;
        mortgageType: string;
        purchasePrice: number | null;
        status: Status;
    }
    Index

    Properties

    borrowAmount: number | null
    mortgageLength: string
    mortgageType: string
    purchasePrice: number | null
    status: Status