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

    Interface TimesheetWrapper

    The envelope returned by the API

    interface TimesheetWrapper {
        status: string;
        Timesheet: Timesheet;
    }
    Index

    Properties

    Properties

    status: string
    Timesheet: Timesheet