Interface DeleteRemindersByIdOptions

7.1.0

interface DeleteRemindersByIdOptions {
    ids: string[];
}

Properties

Properties

ids: string[]

7.1.0