Chartbreaker
    Preparing search index...

    Type Alias IncreaseCashSuggestion

    type IncreaseCashSuggestion = {
        cashAmount: NumericString;
        date?: Date;
        portfolioId: string;
        type: "increaseCash";
    }
    Index

    Properties

    cashAmount: NumericString
    date?: Date
    portfolioId: string
    type: "increaseCash"