/** * Options for CookieStore.get() and CookieStore.getAll(). */ export default interface ICookieStoreGetOptions { name?: string; url?: string; }