Interface StoriesBanOwnerParams

interface StoriesBanOwnerParams {
    owners_ids?: number | number[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

owners_ids?: number | number[]

Generated using TypeDoc