Type alias GetReplicationOpOptions

GetReplicationOpOptions: {
    includeHistory?: boolean;
}

Type declaration

  • Optional includeHistory?: boolean

    Whether to include the status history in the response. Defaults to false.