/** * @since 8.1.0 */ export interface IDatabasePosition { page: number; position: number; }