Type alias PurgeBySeq

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

Type declaration

  • Optional filter?: string

    Restrict purging to messages that match this subject

  • seq: number

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

Generated using TypeDoc