Options shared by byNode / byHyperlink.
Source src/Logs.ts:1656 lines
export interface LogReadOptions {
readonly LogReadOptions.limit?: number | undefinedlimit?: number;
readonly LogReadOptions.sort?: anysort?: import LogSortLogSort;
readonly LogReadOptions.from?: Date | undefinedfrom?: Date;
readonly LogReadOptions.to?: Date | undefinedto?: Date;
}
Referenced by 2 symbols