export type AllContexts = { /** * ID of the context */ id: string; /** * Timestamp of when the context was created */ created_at: string; /** * Name of the context */ name: string; }[];