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

    Interface Proposal

    A project proposal (read-only). citeturn15file0

    interface Proposal {
        access_log?: string;
        approved?: DateContainer;
        approved_by?: number;
        created: DateContainer;
        created_by: number;
        customer_id: number;
        description?: string;
        expires?: DateContainer;
        id: number;
        name: string;
        notes?: string;
        number: string;
        projectid?: number;
        responded?: DateContainer;
        response?: string;
        sent?: DateContainer;
        status: string;
        total?: number;
        viewed?: DateContainer;
    }
    Index

    Properties

    access_log?: string
    approved?: DateContainer
    approved_by?: number
    created: DateContainer
    created_by: number
    customer_id: number
    description?: string
    expires?: DateContainer
    id: number
    name: string
    notes?: string
    number: string
    projectid?: number
    responded?: DateContainer
    response?: string
    sent?: DateContainer
    status: string
    total?: number
    viewed?: DateContainer