Interface ONLY_EXTEND_IDS

Represents the ID parameters with only extend IDs.

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

Properties

Properties

extend_ids?: string[]
id?: undefined