Praman — AI-First SAP UI5 Test Automation Platform - v1.0.1
    Preparing search index...

    Interface DateRangeResult

    Result of a date range selection query.

    const range: DateRangeResult = { startDate: '2024-01-01', endDate: '2024-01-31' };
    
    interface DateRangeResult {
        endDate: string;
        startDate: string;
    }
    Index

    Properties

    Properties

    endDate: string

    The end date string.

    startDate: string

    The start date string.