interface DeleteVulnerabilitiesByProperty {
    accountId?: string;
    createdBy?: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

accountId?: string
createdBy?: string