Interface ONLY_ID

Represents the ID parameters with only ID.

interface ONLY_ID {
    extend_ids?: undefined;
    id?: string[];
}

Properties

Properties

extend_ids?: undefined
id?: string[]