mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
fix(sdk): export DirectusComment type in schema index (#24528)
* fix(sdk): export DirectusComment type in schema index The DirectusComment type was missing from the exports in `sdk/src/schema/index.ts`. This commit adds the missing export to make the type available for import. Closes #24526 * chore: sign CLA by adding @sidartaveloso to contributors list
This commit is contained in:
@@ -199,3 +199,4 @@
|
||||
- ukmadlz
|
||||
- obafemitayor
|
||||
- highvibesonly
|
||||
- sidartaveloso
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
export * from './access.js';
|
||||
export * from './activity.js';
|
||||
export * from './collection.js';
|
||||
export * from './comment.js';
|
||||
export * from './core.js';
|
||||
export * from './dashboard.js';
|
||||
export * from './extension.js';
|
||||
|
||||
Reference in New Issue
Block a user