Skip to main content

DeliveryConditions

type DeliveryConditions = {
access: boolean;
rights: string[];
};

Properties

access

access: boolean;

rights

rights: string[];