export interface ShoppingCartExtension {
    creator: string;
    name: string;
    version: string;
    extensionId?: string | null;
}
