/** * This file was auto-generated by Fern from our API Definition. */ /** * The definition of a resource defined in code. */ export interface CodeResourceDefinition { /** The name of the resource, typically a class name. */ name: string; /** The module that this resource is defined in. */ module: string[]; }