700ad0bc1a
Add barrelsby configuration and regenerate model barrel files using the tool to standardize exports and automate maintenance of index.ts files across model directories.
13 lines
335 B
TypeScript
13 lines
335 B
TypeScript
/**
|
|
* @file Automatically generated by barrelsby.
|
|
*/
|
|
|
|
export * from "./avatar_data";
|
|
export * from "./credits_data";
|
|
export * from "./credits_history_data";
|
|
export * from "./personality_traits";
|
|
export * from "./recent_memory";
|
|
export * from "./update_profile_request";
|
|
export * from "./user";
|
|
export * from "./user_stats_response";
|