# Description Can be useful export a type as: ``` export type LinkRef = { id: string; arke_id: "group" | "arke" }; ```
Description
Can be useful export a type as: