@webda/coretype-aliasesAttributesOn this page@webda/core • Readme | API Type alias: Attributes<T> Attributes<T>: { [K in keyof T]: T[K] extends Function ? never : K }[keyof T] Attribute of an object Filter out methods Type parameters • T extends object Source packages/core/src/models/coremodel.ts:137