Make all properties in T optional

interface AutoModerationActionMetadataOptions {
    channel?: ThreadChannel<boolean> | GuildTextChannelResolvable;
    customMessage?: null | string;
    durationSeconds?: null | number;
}

Hierarchy (View Summary)

Properties

customMessage?: null | string
durationSeconds?: null | number