/** * Model: LibraryItemData * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ /** * An object representing the library item information in the payload of the `LIBRARY_PUBLISH` event */ export interface LibraryItemData { /** Unique identifier for the library item */ key: string; /** Name of the library item */ name: string; } //# sourceMappingURL=library-item-data.d.ts.map