Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
glennmichael123 committed Feb 14, 2025
1 parent 870aa5c commit a8bf40f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions storage/framework/core/types/src/attributes.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from '../../../types/attributes'
1 change: 1 addition & 0 deletions storage/framework/core/types/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export * from './ai'
export * from './analytics'
export * from './api'
export * from './app'
export * from './attributes'
export * from './auto-imports'
export * from './binary'
export * from './build'
Expand Down
4 changes: 0 additions & 4 deletions storage/framework/core/types/src/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,6 @@ export interface AttributesElements {
[key: string]: Attribute
}

export interface Attributes {
[key: string]: any
}

export interface RelationConfig {
relationship: string
model: string
Expand Down

0 comments on commit a8bf40f

Please sign in to comment.