/** Root alias doc */ interface BaseRoot { /** id */ id: string; } type SchemaRoot = BaseRoot;