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

    Interface WorkscheduleWorkhour

    interface WorkscheduleWorkhour {
        created: string;
        id: string;
        updated: string;
        workday: string;
        workhours: number;
        workscheduleid: string;
    }
    Index

    Properties

    created: string
    id: string
    updated: string
    workday: string
    workhours: number
    workscheduleid: string