export interface WithDeleted { /** * Allow also deleted records to be retrieved */ withDeleted?: boolean; }