Skip to content

SudoSOS Back-end API / catalogue/containers / UpdateContainerParams

Interface: UpdateContainerParams ​

Extends ​

Properties ​

id ​

ts
id: number;

name ​

ts
name: string;

Inherited from ​

BaseContainerParams.name


products ​

ts
products: number[];

Inherited from ​

BaseContainerParams.products


public ​

ts
public: boolean;

Inherited from ​

BaseContainerParams.public