import { api } from './api'; export type FlagsMap = Record; export const flagsApi = { getAll() { return api.get(`/v1/flags`); }, };