Interface AccountUnbanParams

interface AccountUnbanParams {
    owner_id?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

owner_id?: number

Generated using TypeDoc