interface GetAuditRecordsSince {
    limit?: number;
    number?: {};
    searchString?: string;
    start?: number;
    units?: string;
}

Properties

limit?: number

The maximum results to fetch

number?: {}

The amount of time periods

Type declaration

    searchString?: string
    start?: number

    Where to start within results set

    units?: string

    The units to use for the time periods eg. 'days', 'months' etc

    Generated using TypeDoc v0.25.12