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

    Interface Company

    Account-wide company settings. Supports Read, Modify.

    interface Company {
        addr?: Record<string, any>;
        created: string;
        id: string;
        name: string;
        notes?: string;
        updated: string;
    }
    Index

    Properties

    addr?: Record<string, any>
    created: string
    id: string
    name: string
    notes?: string
    updated: string