export type PrintfulOptions = {
    logo_url?: string;
    storeId: string;
    backendUrl: string;
    printfulAccessToken: string;
    enableWebhooks: boolean;
    confirmOrder: boolean;
};
