Skip to content

Commit

Permalink
Fixed Skeleton Config
Browse files Browse the repository at this point in the history
  • Loading branch information
SellersEvan committed Mar 27, 2024
1 parent 7db5e68 commit 7d0a734
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/interfaces/Skeleton/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ export class Skeleton implements Interface {
}


// export type SkeletonConfig = undefined|null|Record<string, never>;
export type SkeletonConfig = { foo:string };
export type SkeletonConfig = undefined|null|Record<string, never>;


// You are the light of the world. A town built on a hill cannot be hidden.
Expand Down

0 comments on commit 7d0a734

Please sign in to comment.