Type Alias OrderedConsumerOptions

OrderedConsumerOptions: {
    deliver_policy: DeliverPolicy;
    filterSubjects: string[] | string;
    headers_only: boolean;
    inactive_threshold: number;
    name_prefix: string;
    opt_start_seq: number;
    opt_start_time: string;
    replay_policy: ReplayPolicy;
}

These options are a subset of ConsumerConfig and ConsumerUpdateConfig