import { createState } from 'twenty-ui'; import { Workspace } from '~/generated/graphql'; export type Workspaces = Pick; export const workspacesState = createState({ key: 'workspacesState', defaultValue: [], });