Interface DeleteLevelsWithLevelIdRequest

interface DeleteLevelsWithLevelIdRequest {
    cascadeDelete?: boolean;
    effectiveDate?: string;
    levelId: string;
    office?: string;
    timezone?: string;
}

Properties

cascadeDelete?: boolean
effectiveDate?: string
levelId: string
office?: string
timezone?: string