export default interface IShipstationCarriersResponseSingle { readonly name: string; readonly code: string; readonly accountNumber: string; readonly requiresFundedAccount: boolean; readonly balance: number; readonly nickname?: string; readonly shippingProviderId: string; readonly primary: boolean; }