Type Alias BatchIdDto

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

Properties

Properties

ids?: string[]