Type Alias BatchIdDto

type BatchIdDto = {
    ids?: string[];
}
Index
ids?: string[]