Skip to content

SudoSOS Back-end API / catalogue/containers / CreateContainerRequest

Interface: CreateContainerRequest ​

Extends ​

Properties ​

name ​

ts
name: string;

Inherited from ​

BaseContainerParams.name


ownerId ​

ts
ownerId: number;

products ​

ts
products: number[];

Inherited from ​

BaseContainerParams.products


public ​

ts
public: boolean;

Inherited from ​

BaseContainerParams.public