/** * Model: DocumentationLink * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ /** * Represents a link to documentation for a component or component set. */ export interface DocumentationLink { /** Should be a valid URI (e.g. https://www.figma.com). */ uri: string; } //# sourceMappingURL=documentation-link.d.ts.map