// src/interfaces/gadget-id.ts // Copyright (C) 2026 Rob Colbert // Licensed under the Apache License, Version 2.0 /* * Probably the most breakthrough piece of technology in the entire monorepo. * /s */ export type GadgetId = string;