/** * This file was auto-generated by Fern from our API Definition. */ export interface VellumCodeResourceDefinition { name: string; /** The module that this resource is defined in. */ module: string[]; /** Whether this node should be excluded from monitoring views. */ excludeFromMonitoring?: boolean | null; id: string; }