Parameters for the postDbsInfo operation.

interface PostDbsInfoParams {
    headers?: OutgoingHttpHeaders;
    keys: string[];
}

Properties

Properties

headers?: OutgoingHttpHeaders
keys: string[]

A list of database names.