UNPKG

@vincentt-sdks/campaign-sdk

Version:

Campaign SDK by Vincentt

8 lines (7 loc) 187 B
export declare const libConfig: { apiBaseUrl: string; storageKeyPrefix: string; defaultPage: number; defaultPageSize: number; }; export type LibConfig = typeof libConfig;