interface PartialSuccessBean {
    entries?: Entry[];
}

Properties

Properties

entries?: Entry[]