Construct a type with the properties of T except for those in type K.

interface BulkBanOptions {
    deleteMessageSeconds?: number;
    reason?: string;
}

Hierarchy (View Summary)

Properties

deleteMessageSeconds?: number
reason?: string