Skip to content

Commit

Permalink
Merge pull request #214 from aabidsofi19/aliases
Browse files Browse the repository at this point in the history
update core namespace
  • Loading branch information
aabidsofi19 authored Jan 15, 2025
2 parents 69d5dc7 + 7f03704 commit 54bc1f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions typescript/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ import { DesignSchema as V1beta1DesignSchema } from "./constructs/v1beta1/design

//OpenAPI
import { components, paths, webhooks } from "./openapi";
import * as coreConstructs from "./constructs/core";
export * as core from "./constructs/core";

export namespace core {
export type EntityStyles = Styles;
export type ResolvedAlias = coreConstructs.ResolvedAlias;
export type NonResolvableAlias = coreConstructs.NonResolvedAlias;
}
// export namespace core {
// export type EntityStyles = Styles;
// export type ResolvedAlias = coreConstructs.ResolvedAlias;
// export type NonResolvableAlias = coreConstructs.NonResolvedAlias;
// }

// Contructs
export namespace v1alpha1 {
Expand Down

0 comments on commit 54bc1f5

Please sign in to comment.