@theredspace/spp-client
    Preparing search index...

    Interface RevenueProjection

    Individual revenue forecasts per project/container.

    interface RevenueProjection {
        amount: number;
        container_id: number;
        created: DateContainer;
        id: number;
        project_id: number;
        updated: DateContainer;
    }
    Index

    Properties

    amount: number
    container_id: number
    created: DateContainer
    id: number
    project_id: number
    updated: DateContainer