import { DaffCustomerStoreCreditDriverInterface } from '@daffodil/customer-store-credit/driver'
The customer store credit driver is responsible for loading customers.
interface DaffCustomerStoreCreditDriverInterface<TStoreCredit extends DaffCustomerStoreCredit = DaffCustomerStoreCredit> {
get(): Observable<TStoreCredit>
}
Observable<TStoreCredit>
Get the customer's store credit.