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

    Interface Timecard

    A time card entry. Read-only.

    XML / SOAP fields: break_start, break_end, time_start, time_end, hours, notes, date, userid, timesheetid, created, updated. :contentReference[oaicite:0]{index=0}:contentReference[oaicite:1]{index=1}

    interface Timecard {
        break_end: string;
        break_start: string;
        created: string;
        date: string;
        hours: number;
        id: string;
        notes?: string;
        time_end: string;
        time_start: string;
        timesheetid: string;
        updated: string;
        userid: string;
    }
    Index

    Properties

    break_end: string
    break_start: string
    created: string
    date: string
    hours: number
    id: string
    notes?: string
    time_end: string
    time_start: string
    timesheetid: string
    updated: string
    userid: string