Chartbreaker
    Preparing search index...

    Type Alias PortfolioCalendarResponse

    type PortfolioCalendarResponse = {
        data: PortfolioCalendarDateRange[];
        type: "data";
    }
    Index

    Properties

    Properties

    type: "data"