UNPKG

@unchainedshop/plugins

Version:

Official plugin collection for the Unchained Engine with payment, delivery, and pricing adapters

10 lines (9 loc) 203 B
export declare function checkBudgetSmsCredentials(): Promise<{ success: boolean; credit: number; error?: undefined; } | { error: any; success?: undefined; credit?: undefined; }>;