export const windowSettingsUrl = ({ windowId }: { windowId: number }): string =>
  `/app/c/${encodeId(windowId)}/settings`;