Type Alias PurgeBySeq

PurgeBySeq: {
    filter?: string;
    seq: number;
}

Type declaration

  • Optionalfilter?: string

    Restrict purging to messages that match this subject

  • seq: number

    Purge all messages up to but not including the message with this sequence.